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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp77 sizeof(llvm::ELF::Elf32_Shdr) * elf_header->e_shnum) > pDebugImgSize) {
79 "header or corrupted image)! (e_shoff = %d, e_shnum = %d)",
80 elf_header->e_shoff, elf_header->e_shnum);
88 for (unsigned i = 0; i < elf_header->e_shnum; i++) {
/frameworks/compile/linkloader/include/
H A DELFHeader.h55 half_t e_shnum; member in class:ELFHeader
143 return e_shnum;
195 AR & e_shnum; local
240 (e_shnum == 0 || e_shentsize == TypeTraits<ELFSectionHeaderTy>::size));
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp88 for (int i = 0; i < header->e_shnum; i++) {
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp81 header->e_shnum = pOutput.context()->numOfSections();
132 header->e_shnum = pOutput.context()->numOfSections();

Completed in 248 milliseconds