Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_map_shadow.cc131 bool is_exec = IsExecAddr(pc); in GetExecutable() local
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject() local
/aosp_15_r20/art/build/apex/
H A Dart_apex_test.py81 def __init__(self, name, is_dir, is_exec, is_symlink, size): argument
/aosp_15_r20/external/libbpf/src/
H A Dusdt.c389 bool is_exec; member
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1320 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; in getSectionOrder() local