Home
last modified time | relevance | path

Searched defs:is_exec (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject() local
/aosp12/system/bt/service/test/
H A Dgatt_server_unittest.cc76 bool is_exec; member
/aosp12/art/build/apex/
H A Dart_apex_test.py73 def __init__(self, name, is_dir, is_exec, is_symlink, size): argument
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1320 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; in getSectionOrder() local