Home
last modified time | relevance | path

Searched refs:pDebugImg (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp72 bool ELFObjectLoaderImpl::prepareDebugImage(void *pDebugImg, in prepareDebugImage() argument
78 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()
DObjectLoaderImpl.h39 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize) = 0;
DELFObjectLoaderImpl.h49 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize);