Home | History | Annotate | Download | only in LD

Lines Matching refs:LinkerConfig

12 #include <mcld/LinkerConfig.h>
44 const LinkerConfig& pConfig)
119 bool is_dynobj = m_Config.codeGenType() == LinkerConfig::DynObj;
120 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec;
121 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary;
122 bool is_object = m_Config.codeGenType() == LinkerConfig::Object;
189 void ELFObjectWriter::writeELFHeader(const LinkerConfig& pConfig,
212 case LinkerConfig::Object:
215 case LinkerConfig::DynObj:
218 case LinkerConfig::Exec:
229 if (LinkerConfig::Object != pConfig.codeGenType())
245 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig,
257 LinkerConfig::Object != pConfig.codeGenType() &&
258 LinkerConfig::DynObj != pConfig.codeGenType());
292 const LinkerConfig& pConfig,
398 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig,
430 void ELFObjectWriter::emitRel(const LinkerConfig& pConfig,
449 if(LinkerConfig::DynObj == pConfig.codeGenType() ||
450 LinkerConfig::Exec == pConfig.codeGenType()) {
471 void ELFObjectWriter::emitRela(const LinkerConfig& pConfig,
490 if(LinkerConfig::DynObj == pConfig.codeGenType() ||
491 LinkerConfig::Exec == pConfig.codeGenType()) {
540 const LinkerConfig& pConfig) const
553 if (LinkerConfig::Object == pConfig.codeGenType())