HomeSort by relevance Sort by last modified time
    Searched refs:LinkerScript (Results 26 - 49 of 49) sorted by null

12

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 26 Module::Module(LinkerScript& pScript)
30 Module::Module(const std::string& pName, LinkerScript& pScript)
Linker.cpp 47 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig)
374 bool Linker::initEmulator(LinkerScript& pScript)
IRBuilder.cpp 10 #include <mcld/LinkerScript.h>
423 const LinkerScript& script = m_Module.getScript();
424 LinkerScript::SymbolRenameMap::const_iterator renameSym =
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 10 #include <mcld/LinkerScript.h>
71 bool mcld::MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig)
GNULDBackend.cpp 13 #include <mcld/LinkerScript.h>
151 uint64_t GNULDBackend::getSegmentStartAddr(const LinkerScript& pScript) const
153 LinkerScript::AddressMap::const_iterator mapping =
    [all...]
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 17 #include <mcld/LinkerScript.h>
55 LinkerScript script;
84 LinkerScript script;
146 LinkerScript script1;
197 LinkerScript script2;
243 LinkerScript script1;
299 LinkerScript script2;
346 LinkerScript script;
ELFReaderTest.cpp 37 m_pScript = new LinkerScript();
  /frameworks/compile/mclinker/lib/Support/
Target.cpp 57 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 15 #include <mcld/LinkerScript.h>
81 LinkerScript& script = pModule.getScript();
BinaryOp.cpp 13 #include <mcld/LinkerScript.h>
249 const LinkerScript::AddressMap& addressMap =
251 LinkerScript::AddressMap::const_iterator addr;
InputSectDesc.cpp 12 #include <mcld/LinkerScript.h>
GroupCmd.cpp 18 #include <mcld/LinkerScript.h>
75 LinkerScript& script = pModule.getScript();
OutputSectDesc.cpp 15 #include <mcld/LinkerScript.h>
  /frameworks/compile/mclinker/tools/mcld/lib/
DynamicSectionOptions.cpp 11 #include <mcld/LinkerScript.h>
103 bool DynamicSectionOptions::parse(LinkerConfig& pConfig, LinkerScript& pScript)
SearchPathOptions.cpp 11 #include <mcld/LinkerScript.h>
79 bool SearchPathOptions::parse(LinkerConfig& pConfig, LinkerScript& pScript)
ScriptOptions.cpp 10 #include <mcld/LinkerScript.h>
77 bool ScriptOptions::parse(LinkerScript& pScript)
PositionalOptions.cpp 11 #include <mcld/LinkerScript.h>
197 const LinkerScript& pScript)
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 41 class LinkerScript;
109 uint64_t getSegmentStartAddr(const LinkerScript& pScript) const;
393 void setupProgramHdrs(const LinkerScript& pScript);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 12 #include <mcld/LinkerScript.h>
483 LinkerScript& script = m_pModule->getScript();
484 LinkerScript::Assignments::iterator it, ie = script.assignments().end();
702 LinkerScript& script = m_pModule->getScript();
703 LinkerScript::Assignments::iterator assign, assignEnd;
720 LinkerScript::Assertions::iterator assert, assertEnd;
    [all...]
ObjectBuilder.cpp 12 #include <mcld/LinkerScript.h>
  /art/compiler/
elf_writer_mclinker.cc 26 #include <mcld/LinkerScript.h>
149 linker_script_.reset(new mcld::LinkerScript());
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 19 #include <mcld/LinkerScript.h>
ELFObjectWriter.cpp 13 #include <mcld/LinkerScript.h>
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 17 #include <mcld/LinkerScript.h>

Completed in 1137 milliseconds

12