Home
last modified time | relevance | path

Searched refs:LinkerScript (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/compile/mclinker/lib/Core/
DLinkerScript.cpp16 LinkerScript::LinkerScript() { in LinkerScript() function in mcld::LinkerScript
19 LinkerScript::~LinkerScript() { in ~LinkerScript()
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { in sysroot()
26 void LinkerScript::setSysroot(const mcld::sys::fs::Path& pSysroot) { in setSysroot()
30 bool LinkerScript::hasSysroot() const { in hasSysroot()
34 const std::string& LinkerScript::entry() const { in entry()
38 void LinkerScript::setEntry(const std::string& pEntry) { in setEntry()
42 bool LinkerScript::hasEntry() const { in hasEntry()
46 const std::string& LinkerScript::outputFile() const { in outputFile()
50 void LinkerScript::setOutputFile(const std::string& pOutputFile) { in setOutputFile()
[all …]
DModule.cpp27 Module::Module(LinkerScript& pScript) : m_Script(pScript), m_NamePool(1024) { in Module()
30 Module::Module(const std::string& pName, LinkerScript& pScript) in Module()
DAndroid.mk11 LinkerScript.cpp \
DLinker.cpp48 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig) { in emulate()
361 bool Linker::initEmulator(LinkerScript& pScript) { in initEmulator()
/frameworks/compile/mclinker/include/mcld/
DModule.h27 class LinkerScript; variable
60 explicit Module(LinkerScript& pScript);
62 Module(const std::string& pName, LinkerScript& pScript);
70 const LinkerScript& getScript() const { return m_Script; } in getScript()
72 LinkerScript& getScript() { return m_Script; } in getScript()
166 LinkerScript& m_Script;
DLinker.h20 class LinkerScript; variable
36 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig);
69 bool initEmulator(LinkerScript& pScript);
DLinkerScript.h33 class LinkerScript {
50 LinkerScript();
52 ~LinkerScript();
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp49 LinkerScript script; in TEST_F()
77 LinkerScript script; in TEST_F()
139 LinkerScript script1; in TEST_F()
191 LinkerScript script2; in TEST_F()
237 LinkerScript script1; in TEST_F()
294 LinkerScript script2; in TEST_F()
341 LinkerScript script; in TEST_F()
DELFBinaryReaderTest.cpp42 LinkerScript script; in TEST_F()
DELFReaderTest.h45 mcld::LinkerScript* m_pScript;
/frameworks/compile/mclinker/include/mcld/Target/
DELFEmulation.h15 class LinkerScript; variable
17 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
DGNULDBackend.h39 class LinkerScript; variable
107 uint64_t getSegmentStartAddr(const LinkerScript& pScript) const;
391 void setupProgramHdrs(const LinkerScript& pScript);
/frameworks/compile/mclinker/include/mcld/Support/
DTarget.h24 class LinkerScript; variable
51 typedef bool (*EmulationFnTy)(LinkerScript&, LinkerConfig&);
79 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig) const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonEmulation.cpp17 static bool MCLDEmulateHexagonELF(LinkerScript& pScript, in MCLDEmulateHexagonELF()
41 bool emulateHexagonLD(LinkerScript& pScript, LinkerConfig& pConfig) { in emulateHexagonLD()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Emulation.cpp17 static bool MCLDEmulateAArch64ELF(LinkerScript& pScript, in MCLDEmulateAArch64ELF()
47 bool emulateAArch64LD(LinkerScript& pScript, LinkerConfig& pConfig) { in emulateAArch64LD()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp17 static bool MCLDEmulateARMELF(LinkerScript& pScript, LinkerConfig& pConfig) { in MCLDEmulateARMELF()
48 bool emulateARMLD(LinkerScript& pScript, LinkerConfig& pConfig) { in emulateARMLD()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp17 static bool MCLDEmulateMipsELF(LinkerScript& pScript, LinkerConfig& pConfig) { in MCLDEmulateMipsELF()
44 bool emulateMipsLD(LinkerScript& pScript, LinkerConfig& pConfig) { in emulateMipsLD()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp17 static bool MCLDEmulateX86ELF(LinkerScript& pScript, LinkerConfig& pConfig) { in MCLDEmulateX86ELF()
49 bool emulateX86LD(LinkerScript& pScript, LinkerConfig& pConfig) { in emulateX86LD()
/frameworks/compile/mclinker/lib/Script/
DEntryCmd.cpp32 LinkerScript& script = pModule.getScript(); in activate()
DBinaryOp.cpp229 const LinkerScript::AddressMap& addressMap = pModule.getScript().addressMap(); in eval()
230 LinkerScript::AddressMap::const_iterator addr; in eval()
DAssignment.cpp79 LinkerScript& script = pModule.getScript(); in activate()
/frameworks/compile/mclinker/include/mcld/Script/
DScriptReader.h21 class LinkerScript; variable
/frameworks/compile/mclinker/lib/Support/
DTarget.cpp53 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const { in emulate()
/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp71 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig) { in MCLDEmulateELF()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp521 LinkerScript& script = m_pModule->getScript(); in addScriptSymbols()
522 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); in addScriptSymbols()
744 LinkerScript& script = m_pModule->getScript(); in finalizeSymbolValue()
745 LinkerScript::Assignments::iterator assign, assignEnd; in finalizeSymbolValue()
762 LinkerScript::Assertions::iterator assert, assertEnd; in finalizeSymbolValue()

12