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