Searched refs:m_Backend (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFBinaryReader.h40 GNULDBackend& m_Backend; member in class:mcld::ELFBinaryReader
H A DELFReaderIf.h40 : m_Backend(pBackend)
61 const GNULDBackend& target() const { return m_Backend; }
62 GNULDBackend& target() { return m_Backend; }
126 GNULDBackend& m_Backend; member in class:mcld::ELFReaderIF
H A DELFObjectWriter.h50 GNULDBackend& target() { return m_Backend; }
52 const GNULDBackend& target() const { return m_Backend; }
118 GNULDBackend& m_Backend; member in class:mcld::ELFObjectWriter
H A DELFObjectReader.h68 GNULDBackend& m_Backend; member in class:mcld::ELFObjectReader
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentLinker.cpp49 m_Backend(pBackend) {
71 m_Backend.finalizeTLSSymbol(**symbol);
102 m_Backend.getRelocator()->initializeApply(**input);
115 relocation->apply(*m_Backend.getRelocator());
118 m_Backend.getRelocator()->finalizeApply(**input);
122 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory();
128 (*iter)->apply(*m_Backend.getRelocator());
179 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory();
237 switch(pReloc.size(*m_Backend.getRelocator())) {
263 pReloc.size(*m_Backend
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentLinker.h72 TargetLDBackend& m_Backend; member in class:mcld::FragmentLinker
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp37 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
170 if (m_Backend.hasTextRel())
172 if (m_Backend.hasStaticTLS() &&
180 if (m_Backend.hasTextRel())
272 if (m_Backend.hasTextRel()) {
287 if (m_Backend.hasTextRel())
289 if (m_Backend.hasStaticTLS() &&
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp31 m_Backend(pBackend),
H A DELFObjectReader.cpp40 m_Backend(pBackend),
236 if (!m_Backend.readSection(pInput, *sd)) {
H A DELFObjectWriter.cpp45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig)
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h192 const GNULDBackend& m_Backend; member in class:mcld::ELFDynamic

Completed in 100 milliseconds