HomeSort by relevance Sort by last modified time
    Searched refs:elf_type (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 190 unsigned elf_type; local
193 elf_type = llvm::ELF::STT_FUNC;
216 (symbol->getType() == elf_type)) {
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 767 int elf_type = FileGetElfType(wrapped_object_fd.get());
768 if (elf_type == -1) {
775 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0;

Completed in 357 milliseconds