Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp47 m_Backend(pBackend) { in FragmentLinker()
69 m_Backend.finalizeTLSSymbol(**symbol); in finalizeSymbols()
112 relocation->apply(*m_Backend.getRelocator()); in applyRelocations()
118 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory(); in applyRelocations()
124 (*iter)->apply(*m_Backend.getRelocator()); in applyRelocations()
175 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory(); in normalSyncRelocationResult()
233 switch(pReloc.size(*m_Backend.getRelocator())) { in writeRelocationResult()
259 pReloc.size(*m_Backend.getRelocator())/8); in writeRelocationResult()
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h40 : m_Backend(pBackend) in ELFReaderIF()
61 const GNULDBackend& target() const { return m_Backend; } in target()
62 GNULDBackend& target() { return m_Backend; } in target()
126 GNULDBackend& m_Backend;
DELFObjectWriter.h54 GNULDBackend& target() { return m_Backend; } in target()
56 const GNULDBackend& target() const { return m_Backend; } in target()
122 GNULDBackend& m_Backend;
DELFBinaryReader.h40 GNULDBackend& m_Backend;
DELFObjectReader.h68 GNULDBackend& m_Backend; variable
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp37 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) { in ELFDynamic()
170 if (m_Backend.hasTextRel()) in reserveEntries()
172 if (m_Backend.hasStaticTLS() && in reserveEntries()
180 if (m_Backend.hasTextRel()) in reserveEntries()
272 if (m_Backend.hasTextRel()) { in applyEntries()
287 if (m_Backend.hasTextRel()) in applyEntries()
289 if (m_Backend.hasStaticTLS() && in applyEntries()
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentLinker.h72 TargetLDBackend& m_Backend; variable
/frameworks/compile/mclinker/lib/LD/
DELFBinaryReader.cpp31 m_Backend(pBackend), in ELFBinaryReader()
DELFObjectReader.cpp40 m_Backend(pBackend), in ELFObjectReader()
209 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
DELFObjectWriter.cpp45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) in ELFObjectWriter()
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h192 const GNULDBackend& m_Backend; variable