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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp310 uint32_t shnum = 0x0; local
316 shnum = ehdr->e_shnum;
321 shnum = mcld::bswap16(ehdr->e_shnum);
340 // if shnum and shstrtab overflow, the actual values are in the 1st shdr
341 if (shnum == llvm::ELF::SHN_UNDEF || shstrtab == llvm::ELF::SHN_XINDEX) {
354 if (shnum == llvm::ELF::SHN_UNDEF)
355 shnum = sh_size;
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize);
384 for (size_t idx = 0; idx < shnum; ++idx) {
804 uint32_t shnum local
[all...]

Completed in 366 milliseconds