HomeSort by relevance Sort by last modified time
    Searched defs:m_pGOT (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 144 AArch64GOT* m_pGOT;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 188 ARMGOT* m_pGOT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 174 HexagonGOT* m_pGOT;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 217 MipsGOT* m_pGOT; // .got
MipsLDBackend.cpp 46 m_pGOT(NULL),
169 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
171 m_pGOT->finalizeScanning(*m_pRelDyn);
172 m_pGOT->finalizeSectionSize();
257 return m_pGOT->emit(pRegion);
279 const MipsGOT& m_pGOT;
281 explicit DynsymGOTCompare(const MipsGOT& pGOT) : m_pGOT(pGOT) {}
284 return m_pGOT.dynSymOrderCompare(X, Y);
301 symbols.dynamicBegin(), symbols.dynamicEnd(), DynsymGOTCompare(*m_pGOT));
390 assert(m_pGOT != NULL)
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 192 X86_32GOT* m_pGOT;
234 X86_64GOT* m_pGOT;

Completed in 66 milliseconds