Searched refs:LinkerScript (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp1 //===- LinkerScript.cpp ---------------------------------------------------===//
9 #include "mcld/LinkerScript.h"
14 // LinkerScript
16 LinkerScript::LinkerScript() { function in class:mcld::LinkerScript
19 LinkerScript::~LinkerScript() {
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const {
26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) {
30 bool LinkerScript
[all...]
H A DModule.cpp27 Module::Module(LinkerScript& pScript) : m_Script(pScript), m_NamePool(1024) {
30 Module::Module(const std::string& pName, LinkerScript& pScript)
H A DLinker.cpp48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) {
361 bool Linker::initEmulator(LinkerScript& pScript) {
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFEmulation.h15 class LinkerScript;
17 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
H A DGNULDBackend.h39 class LinkerScript;
107 uint64_t getSegmentStartAddr(const LinkerScript& pScript) const;
391 void setupProgramHdrs(const LinkerScript& pScript);
/frameworks/compile/mclinker/include/mcld/
H A DLinker.h20 class LinkerScript;
36 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig);
69 bool initEmulator(LinkerScript& pScript);
H A DModule.h27 class LinkerScript;
60 explicit Module(LinkerScript& pScript);
62 Module(const std::string& pName, LinkerScript& pScript);
70 const LinkerScript& getScript() const { return m_Script; }
72 LinkerScript& getScript() { return m_Script; }
166 LinkerScript& m_Script;
H A DLinkerScript.h1 //===- LinkerScript.h -----------------------------------------------------===//
30 /** \class LinkerScript
33 class LinkerScript { class in namespace:mcld
50 LinkerScript();
52 ~LinkerScript();
/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp12 #include "mcld/LinkerScript.h"
32 LinkerScript& script = pModule.getScript();
H A DAssignment.cpp11 #include "mcld/LinkerScript.h"
79 LinkerScript& script = pModule.getScript();
H A DGroupCmd.cpp20 #include "mcld/LinkerScript.h"
75 LinkerScript& script = pModule.getScript();
H A DBinaryOp.cpp11 #include "mcld/LinkerScript.h"
229 const LinkerScript::AddressMap& addressMap = pModule.getScript().addressMap();
230 LinkerScript::AddressMap::const_iterator addr;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Emulation.cpp11 #include "mcld/LinkerScript.h"
17 static bool MCLDEmulateAArch64ELF(LinkerScript& pScript,
47 bool emulateAArch64LD(LinkerScript& pScript, LinkerConfig& pConfig) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonEmulation.cpp10 #include "mcld/LinkerScript.h"
17 static bool MCLDEmulateHexagonELF(LinkerScript& pScript,
41 bool emulateHexagonLD(LinkerScript& pScript, LinkerConfig& pConfig) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h24 class LinkerScript;
51 typedef bool (*EmulationFnTy)(LinkerScript&, LinkerConfig&);
79 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig) const;
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.cpp11 #include "mcld/LinkerScript.h"
42 LinkerScript script;
H A DELFReaderTest.h14 #include "mcld/LinkerScript.h"
45 mcld::LinkerScript* m_pScript;
H A DLinkerTest.cpp17 #include "mcld/LinkerScript.h"
49 LinkerScript script;
77 LinkerScript script;
139 LinkerScript script1;
191 LinkerScript script2;
237 LinkerScript script1;
294 LinkerScript script2;
341 LinkerScript script;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMEmulation.cpp11 #include "mcld/LinkerScript.h"
17 static bool MCLDEmulateARMELF(LinkerScript& pScript, LinkerConfig& pConfig) {
48 bool emulateARMLD(LinkerScript& pScript, LinkerConfig& pConfig) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp10 #include "mcld/LinkerScript.h"
17 static bool MCLDEmulateMipsELF(LinkerScript& pScript, LinkerConfig& pConfig) {
44 bool emulateMipsLD(LinkerScript& pScript, LinkerConfig& pConfig) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp11 #include "mcld/LinkerScript.h"
17 static bool MCLDEmulateX86ELF(LinkerScript& pScript, LinkerConfig& pConfig) {
49 bool emulateX86LD(LinkerScript& pScript, LinkerConfig& pConfig) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptReader.h21 class LinkerScript;
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp53 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const {
/frameworks/compile/mclinker/lib/Target/
H A DELFEmulation.cpp10 #include "mcld/LinkerScript.h"
71 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp14 #include "mcld/LinkerScript.h"
521 LinkerScript& script = m_pModule->getScript();
522 LinkerScript::Assignments::iterator it, ie = script.assignments().end();
744 LinkerScript& script = m_pModule->getScript();
745 LinkerScript::Assignments::iterator assign, assignEnd;
762 LinkerScript::Assertions::iterator assert, assertEnd;

Completed in 335 milliseconds

12