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

  /external/qemu/elff/
elff_api.cc 49 return reinterpret_cast<ElfFile*>(handle)->is_exec();
elf_file.h 107 bool is_exec() const { function in class:ElfFile
  /ndk/sources/host-tools/ndk-stack/elff/
elff_api.cc 49 return reinterpret_cast<ElfFile*>(handle)->is_exec();
elf_file.h 107 bool is_exec() const { function in class:ElfFile
  /external/qemu/target-mips/
cpu.h 480 void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
op_helper.c     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1128 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; local
    [all...]

Completed in 1262 milliseconds