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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp338 uint32_t shnum = 0x0; local
344 shnum = ehdr->e_shnum;
350 shnum = mcld::bswap16(ehdr->e_shnum);
369 // if shnum and shstrtab overflow, the actual values are in the 1st shdr
370 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
385 if (shnum == llvm::ELF::SHN_UNDEF)
386 shnum = sh_size;
394 shnum * shentsize);
417 for (size_t idx = 0; idx < shnum; ++idx) {
894 uint32_t shnum local
[all...]

Completed in 312 milliseconds