HomeSort by relevance Sort by last modified time
    Searched full:strtabsize (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 453 size_t strtabsize = 1; local
462 emitSymbol32(symtab32[symtabIdx], **symbol, strtab, strtabsize, symtabIdx);
469 strtabsize += (*symbol)->nameSize() + 1;
482 emitSymbol32(symtab32[symtabIdx], **symbol, strtab, strtabsize, symtabIdx);
489 strtabsize += (*symbol)->nameSize() + 1;
505 strcpy((strtab + strtabsize), (*lib)->name().c_str());
506 (*dt_need)->setValue(llvm::ELF::DT_NEEDED, strtabsize);
507 strtabsize += (*lib)->name().size() + 1;
512 strcpy((strtab + strtabsize), (*lib)->name().c_str());
513 (*dt_need)->setValue(llvm::ELF::DT_NEEDED, strtabsize);
    [all...]
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 375 unsigned StrTabSize = 0;
384 // count StrTabSize and fill StrIdx by the way
389 StrIdx[StrIdxI++] = StrTabSize;
390 StrTabSize += ::strlen(*I) + 1 /* for '\0' */;
392 StrIdx[StrIdxI] = StrTabSize;
395 char *StrTab = reinterpret_cast<char*>(::malloc(StrTabSize));
401 llvm::StringRef StrTabData(StrTab, StrTabSize);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1008 size_t strtabsize = 1; local
1076 size_t strtabsize = 1; local
    [all...]

Completed in 3928 milliseconds