Searched defs:is_exec (Results 1 – 5 of 5) sorted by relevance
131 bool is_exec = IsExecAddr(pc); in GetExecutable() local
122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject() local
81 def __init__(self, name, is_dir, is_exec, is_symlink, size): argument
389 bool is_exec; member
1320 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; in getSectionOrder() local