Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp310 uint32_t shnum = 0x0; in readSectionHeaders() local
316 shnum = ehdr->e_shnum; in readSectionHeaders()
321 shnum = mcld::bswap16(ehdr->e_shnum); in readSectionHeaders()
341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) { in readSectionHeaders()
354 if (shnum == llvm::ELF::SHN_UNDEF) in readSectionHeaders()
355 shnum = sh_size; in readSectionHeaders()
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize); in readSectionHeaders()
384 for (size_t idx = 0; idx < shnum; ++idx) { in readSectionHeaders()
804 uint32_t shnum = 0x0; in readSectionHeaders() local
810 shnum = ehdr->e_shnum; in readSectionHeaders()
[all …]