Home
last modified time | relevance | path

Searched refs:is_exec (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject() local
126 assert(is_dynobj || is_exec || is_binary || is_object); in writeObject()
128 if (is_dynobj || is_exec) { in writeObject()
139 if (is_object || is_dynobj || is_exec) { in writeObject()
167 if (is_dynobj || is_exec) in writeObject()
175 if (is_dynobj || is_exec) in writeObject()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1320 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; in getSectionOrder() local
1325 if (is_exec) { in getSectionOrder()