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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp67 llvm::ELF::Elf32_Ehdr *elf_header = local
70 if (elf_header->e_shoff > pDebugImgSize) {
72 elf_header->e_shoff);
76 if ((elf_header->e_shoff +
77 sizeof(llvm::ELF::Elf32_Shdr) * elf_header->e_shnum) > pDebugImgSize) {
80 elf_header->e_shoff, elf_header->e_shnum);
86 reinterpret_cast<uint8_t*>(pDebugImg) + elf_header->e_shoff);
88 for (unsigned i = 0; i < elf_header->e_shnum; i++) {

Completed in 109 milliseconds