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

  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 1 //===- OutputRelocSection.cpp ---------------------------------------------===//
9 #include <mcld/Target/OutputRelocSection.h>
22 // OutputRelocSection
24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection)
33 OutputRelocSection::~OutputRelocSection()
37 void OutputRelocSection::reserveEntry(size_t pNum)
43 Relocation* OutputRelocSection::consumeEntry()
67 size_t OutputRelocSection::numOfRelocs(
    [all...]
Android.mk 10 OutputRelocSection.cpp \
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 17 #include <mcld/Target/OutputRelocSection.h>
105 OutputRelocSection& getRelDyn();
107 const OutputRelocSection& getRelDyn() const;
109 OutputRelocSection& getRelPLT();
111 const OutputRelocSection& getRelPLT() const;
138 OutputRelocSection* m_pRelDyn;
140 OutputRelocSection* m_pRelPLT;
HexagonLDBackend.cpp 135 OutputRelocSection& HexagonLDBackend::getRelDyn()
141 const OutputRelocSection& HexagonLDBackend::getRelDyn() const
147 OutputRelocSection& HexagonLDBackend::getRelPLT()
153 const OutputRelocSection& HexagonLDBackend::getRelPLT() const
194 m_pRelPLT = new OutputRelocSection(pModule, relplt);
198 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 1 //===- OutputRelocSection.h -----------------------------------------------===//
25 /** \class OutputRelocSection
28 class OutputRelocSection
31 OutputRelocSection(Module& pModule, LDSection& pSection);
33 ~OutputRelocSection();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 17 #include <mcld/Target/OutputRelocSection.h>
155 OutputRelocSection& getRelDyn();
157 const OutputRelocSection& getRelDyn() const;
159 OutputRelocSection& getRelPLT();
161 const OutputRelocSection& getRelPLT() const;
230 OutputRelocSection* m_pRelDyn;
232 OutputRelocSection* m_pRelPLT;
ARMLDBackend.cpp 109 m_pRelPLT = new OutputRelocSection(pModule, relplt);
113 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
904 OutputRelocSection& ARMGNULDBackend::getRelDyn()
910 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
916 OutputRelocSection& ARMGNULDBackend::getRelPLT()
922 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 18 class OutputRelocSection;
101 OutputRelocSection& getRelDyn();
102 const OutputRelocSection& getRelDyn() const;
148 OutputRelocSection* m_pRelDyn; // .rel.dyn
MipsLDBackend.cpp 27 #include <mcld/Target/OutputRelocSection.h>
66 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
585 OutputRelocSection& MipsGNULDBackend::getRelDyn()
591 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
    [all...]
MipsRelocator.cpp 13 #include <mcld/Target/OutputRelocSection.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 18 #include <mcld/Target/OutputRelocSection.h>
140 OutputRelocSection& getRelDyn();
142 const OutputRelocSection& getRelDyn() const;
144 OutputRelocSection& getRelPLT();
146 const OutputRelocSection& getRelPLT() const;
210 OutputRelocSection* m_pRelDyn;
212 OutputRelocSection* m_pRelPLT;
X86LDBackend.cpp 317 OutputRelocSection& X86GNULDBackend::getRelDyn()
323 const OutputRelocSection& X86GNULDBackend::getRelDyn() const
329 OutputRelocSection& X86GNULDBackend::getRelPLT()
335 const OutputRelocSection& X86GNULDBackend::getRelPLT() const
805 m_pRelPLT = new OutputRelocSection(pModule, relplt);
809 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
    [all...]

Completed in 202 milliseconds