Searched refs:elf_header (Results 1 – 1 of 1) sorted by relevance
77 llvm::ELF::Elf64_Ehdr *elf_header = in prepareDebugImage() local80 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()[all …]