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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp64 size_t pDebugImgSize) {
70 if (elf_header->e_shoff > pDebugImgSize) {
77 sizeof(llvm::ELF::Elf32_Shdr) * elf_header->e_shnum) > pDebugImgSize) {
63 prepareDebugImage(void *pDebugImg, size_t pDebugImgSize) argument

Completed in 85 milliseconds