Searched refs:m_Backend (Results 1 – 11 of 11) sorted by relevance
47 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()
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;
54 GNULDBackend& target() { return m_Backend; } in target()56 const GNULDBackend& target() const { return m_Backend; } in target()122 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()209 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) in ELFObjectWriter()
192 const GNULDBackend& m_Backend; variable