Searched refs:m_Backend (Results 1 – 11 of 11) sorted by relevance
49 m_Backend(pBackend) { in FragmentLinker()71 m_Backend.finalizeTLSSymbol(**symbol); in finalizeSymbols()102 m_Backend.getRelocator()->initializeApply(**input); in applyRelocations()115 relocation->apply(*m_Backend.getRelocator()); in applyRelocations()118 m_Backend.getRelocator()->finalizeApply(**input); in applyRelocations()122 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory(); in applyRelocations()128 (*iter)->apply(*m_Backend.getRelocator()); in applyRelocations()179 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory(); in normalSyncRelocationResult()237 switch(pReloc.size(*m_Backend.getRelocator())) { in writeRelocationResult()263 pReloc.size(*m_Backend.getRelocator())/8); in writeRelocationResult()
40 : 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;
50 GNULDBackend& target() { return m_Backend; } in target()52 const GNULDBackend& target() const { return m_Backend; } in target()118 GNULDBackend& m_Backend;
40 GNULDBackend& m_Backend;
68 GNULDBackend& m_Backend; variable
37 : 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()
72 TargetLDBackend& m_Backend; variable
31 m_Backend(pBackend), in ELFBinaryReader()
40 m_Backend(pBackend), in ELFObjectReader()236 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) in ELFObjectWriter()
192 const GNULDBackend& m_Backend; variable