HomeSort by relevance Sort by last modified time
    Searched refs:m_Backend (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFBinaryReader.h 40 GNULDBackend& m_Backend;
ELFReaderIf.h 40 : m_Backend(pBackend)
61 const GNULDBackend& target() const { return m_Backend; }
62 GNULDBackend& target() { return m_Backend; }
126 GNULDBackend& m_Backend;
ELFObjectWriter.h 54 GNULDBackend& target() { return m_Backend; }
56 const GNULDBackend& target() const { return m_Backend; }
122 GNULDBackend& m_Backend;
ELFObjectReader.h 68 GNULDBackend& m_Backend;
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 47 m_Backend(pBackend) {
69 m_Backend.finalizeTLSSymbol(**symbol);
112 relocation->apply(*m_Backend.getRelocator());
118 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory();
124 (*iter)->apply(*m_Backend.getRelocator());
175 BranchIslandFactory* br_factory = m_Backend.getBRIslandFactory();
233 switch(pReloc.size(*m_Backend.getRelocator())) {
259 pReloc.size(*m_Backend.getRelocator())/8);
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentLinker.h 72 TargetLDBackend& m_Backend;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 37 : 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/include/mcld/Target/
ELFDynamic.h 192 const GNULDBackend& m_Backend;
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 31 m_Backend(pBackend),
ELFObjectReader.cpp 40 m_Backend(pBackend),
209 if (!m_Backend.readSection(pInput, *sd)) {
ELFObjectWriter.cpp 45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig)

Completed in 318 milliseconds