Searched refs:pDebugImg (Results 1 – 3 of 3) sorted by relevance
72 bool ELFObjectLoaderImpl::prepareDebugImage(void *pDebugImg, in prepareDebugImage() argument78 reinterpret_cast<llvm::ELF::Elf64_Ehdr *>(pDebugImg); in prepareDebugImage()81 reinterpret_cast<llvm::ELF::Elf32_Ehdr *>(pDebugImg); 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()
39 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize) = 0;
49 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize);