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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp323 uint32_t shnum = 0x0; local
329 shnum = ehdr->e_shnum;
335 shnum = mcld::bswap16(ehdr->e_shnum);
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) {
369 if (shnum == llvm::ELF::SHN_UNDEF)
370 shnum = sh_size;
378 shnum * shentsize);
400 for (size_t idx = 0; idx < shnum; ++idx) {
844 uint32_t shnum local
[all...]

Completed in 395 milliseconds