Searched refs:shstrtab (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp311 uint32_t shstrtab = 0x0; local
317 shstrtab = ehdr->e_shstrndx;
322 shstrtab = mcld::bswap16(ehdr->e_shstrndx);
340 // if shnum and shstrtab overflow, the actual values are in the 1st shdr
341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
356 if (shstrtab == llvm::ELF::SHN_XINDEX)
357 shstrtab = sh_link;
367 // get .shstrtab first
368 shdr = &shdrTab[shstrtab];
805 uint32_t shstrtab local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp698 /// sizeShstrtab - compute the size of .shstrtab
700 size_t shstrtab = 0; local
701 // compute the size of .shstrtab section.
704 shstrtab += (*sect)->name().size() + 1;
706 getOutputFormat()->getShStrTab().setSize(shstrtab);
711 /// .dynsym, .dynstr, .hash and .shstrtab.
857 // The size of .shstrtab should be decided after output sections are all
2463 // 3. update the size of .shstrtab

Completed in 151 milliseconds