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

  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 107 bool is_exec() const { function in class:ElfFile
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; local
126 assert(is_dynobj || is_exec || is_binary || is_object);
128 if (is_dynobj || is_exec) {
139 if (is_object || is_dynobj || is_exec) {
167 if (is_dynobj || is_exec)
175 if (is_dynobj || is_exec)
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1320 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; local
    [all...]

Completed in 88 milliseconds