Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp311 uint32_t shstrtab = 0x0; in readSectionHeaders() local
317 shstrtab = ehdr->e_shstrndx; in readSectionHeaders()
322 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) { in readSectionHeaders()
356 if (shstrtab == llvm::ELF::SHN_XINDEX) in readSectionHeaders()
357 shstrtab = sh_link; in readSectionHeaders()
368 shdr = &shdrTab[shstrtab]; in readSectionHeaders()
805 uint32_t shstrtab = 0x0; in readSectionHeaders() local
811 shstrtab = ehdr->e_shstrndx; in readSectionHeaders()
816 shstrtab = mcld::bswap16(ehdr->e_shstrndx); in readSectionHeaders()
[all …]
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp700 size_t shstrtab = 0; in sizeShstrtab() local
704 shstrtab += (*sect)->name().size() + 1; in sizeShstrtab()
706 getOutputFormat()->getShStrTab().setSize(shstrtab); in sizeShstrtab()