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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp324 uint32_t shstrtab = 0x0; local
330 shstrtab = ehdr->e_shstrndx;
336 shstrtab = mcld::bswap16(ehdr->e_shstrndx);
354 // if shnum and shstrtab overflow, the actual values are in the 1st shdr
355 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
371 if (shstrtab == llvm::ELF::SHN_XINDEX)
372 shstrtab = sh_link;
382 // get .shstrtab first
383 shdr = &shdrTab[shstrtab];
845 uint32_t shstrtab local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp743 /// sizeShstrtab - compute the size of .shstrtab
746 size_t shstrtab = 0; local
747 // compute the size of .shstrtab section.
750 shstrtab += (*sect)->name().size() + 1;
752 getOutputFormat()->getShStrTab().setSize(shstrtab);
757 /// .dynsym, .dynstr, .hash and .shstrtab.
906 // The size of .shstrtab should be decided after output sections are all
2559 // 3. update the size of .shstrtab

Completed in 76 milliseconds