Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp324 uint32_t shstrtab = 0x0; in readSectionHeaders() local
330 shstrtab = ehdr->e_shstrndx; in readSectionHeaders()
336 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
355 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) { in readSectionHeaders()
371 if (shstrtab == llvm::ELF::SHN_XINDEX) in readSectionHeaders()
372 shstrtab = sh_link; in readSectionHeaders()
383 shdr = &shdrTab[shstrtab]; in readSectionHeaders()
845 uint32_t shstrtab = 0x0; in readSectionHeaders() local
851 shstrtab = ehdr->e_shstrndx; in readSectionHeaders()
857 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
[all …]
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp746 size_t shstrtab = 0; in sizeShstrtab() local
750 shstrtab += (*sect)->name().size() + 1; in sizeShstrtab()
752 getOutputFormat()->getShStrTab().setSize(shstrtab); in sizeShstrtab()