Lines Matching refs:elf_header
77 llvm::ELF::Elf64_Ehdr *elf_header = in prepareDebugImage() local
80 llvm::ELF::Elf32_Ehdr *elf_header = in prepareDebugImage()
84 if (elf_header->e_shoff > pDebugImgSize) { in prepareDebugImage()
87 elf_header->e_shoff); in prepareDebugImage()
90 elf_header->e_shoff); in prepareDebugImage()
95 if ((elf_header->e_shoff + in prepareDebugImage()
96 sizeof(llvm::ELF::Elf32_Shdr) * elf_header->e_shnum) > pDebugImgSize) { in prepareDebugImage()
100 elf_header->e_shoff, elf_header->e_shnum); in prepareDebugImage()
104 elf_header->e_shoff, elf_header->e_shnum); in prepareDebugImage()
112 reinterpret_cast<uint8_t*>(pDebugImg) + elf_header->e_shoff); in prepareDebugImage()
116 reinterpret_cast<uint8_t*>(pDebugImg) + elf_header->e_shoff); in prepareDebugImage()
119 for (unsigned i = 0; i < elf_header->e_shnum; i++) { in prepareDebugImage()