Searched defs:pDebugImg (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp63 bool ELFObjectLoaderImpl::prepareDebugImage(void *pDebugImg, argument
65 // Update the value of sh_addr in pDebugImg to its corresponding section in
68 reinterpret_cast<llvm::ELF::Elf32_Ehdr *>(pDebugImg);
86 reinterpret_cast<uint8_t*>(pDebugImg) + elf_header->e_shoff);

Completed in 24 milliseconds