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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp84 if (elf_header->e_shoff > pDebugImgSize) {
86 ALOGE("Invalid section header table offset found! (e_shoff = %ld)",
87 elf_header->e_shoff);
89 ALOGE("Invalid section header table offset found! (e_shoff = %d)",
90 elf_header->e_shoff);
95 if ((elf_header->e_shoff +
99 "header or corrupted image)! (e_shoff = %ld, e_shnum = %d)",
100 elf_header->e_shoff, elf_header->e_shnum);
103 "header or corrupted image)! (e_shoff = %d, e_shnum = %d)",
104 elf_header->e_shoff, elf_heade
[all...]
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFHeader.h48 offset_t e_shoff; member in class:ELFHeader
118 return e_shoff;
188 AR & e_shoff; local
/frameworks/rs/cpu_ref/linkloader/android/
H A Dlibrsloader.cpp113 reinterpret_cast<llvm::ELF::Elf64_Shdr*>(buf + header->e_shoff);
116 reinterpret_cast<llvm::ELF::Elf32_Shdr*>(buf + header->e_shoff);
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp327 shoff = ehdr->e_shoff;
333 shoff = mcld::bswap32(ehdr->e_shoff);
339 // If the file has no section header table, e_shoff holds zero.
848 shoff = ehdr->e_shoff;
854 shoff = mcld::bswap64(ehdr->e_shoff);
860 // If the file has no section header table, e_shoff holds zero.
H A DELFObjectWriter.cpp253 header->e_shoff = getLastStartOffset<SIZE>(pModule);

Completed in 286 milliseconds