HomeSort by relevance Sort by last modified time
    Searched refs:is_exec (Results 1 - 8 of 8) 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
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 120 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; local
124 assert(is_dynobj || is_exec || is_binary || is_object);
126 if (is_dynobj || is_exec) {
134 if (is_object || is_dynobj || is_exec) {
162 if (is_dynobj || is_exec)
171 if (is_dynobj || is_exec)
  /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 1365 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; local
    [all...]

Completed in 323 milliseconds