Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp63 bool ELFObjectLoaderImpl::prepareDebugImage(void *pDebugImg, in prepareDebugImage() argument
68 reinterpret_cast<llvm::ELF::Elf32_Ehdr *>(pDebugImg); in prepareDebugImage()
86 reinterpret_cast<uint8_t*>(pDebugImg) + elf_header->e_shoff); in prepareDebugImage()
DObjectLoaderImpl.h39 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize) = 0;
DELFObjectLoaderImpl.h44 virtual bool prepareDebugImage(void *pDebugImg, size_t pDebugImgSize);