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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 9 #include "X86GOT.h"
21 // X86GOT
22 X86GOT::X86GOT(LDSection& pSection, llvm::MCSectionData& pSectionData)
56 X86GOT::~X86GOT()
60 void X86GOT::reserveEntry(size_t pNum)
77 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist)
95 void X86GOT::applyGOT0(uint64_t pAddress)
101 X86GOT::iterator X86GOT::begin(
    [all...]
X86GOT.h 1 //===- X86GOT.h -----------------------------------------------------------===//
22 /** \class X86GOT
28 class X86GOT : public GOT
45 X86GOT(LDSection& pSection, llvm::MCSectionData& pSectionData);
47 ~X86GOT();
X86PLT.h 16 class X86GOT;
44 X86GOT& pGOTPLT,
51 // reserveEntry is X86GOT friend function.
75 X86GOT& m_GOT;
Android.mk 7 X86GOT.cpp \
X86LDBackend.h 13 #include "X86GOT.h"
81 X86GOT& getGOT();
83 const X86GOT& getGOT() const;
226 X86GOT* m_pGOT;
X86PLT.cpp 9 #include "X86GOT.h"
58 X86GOT &pGOTPLT,
261 X86GOT::iterator gotplt_it = m_GOT.getLastGOT0();
262 X86GOT::iterator list_ie = m_GOT.getSectionData().getFragmentList().end();
X86LDBackend.cpp 110 m_pGOT = new X86GOT(got, pLinker.getOrCreateSectData(got));
489 for (X86GOT::iterator it = m_pGOT->begin(),
508 X86GOT& X86GNULDBackend::getGOT()
514 const X86GOT& X86GNULDBackend::getGOT() const

Completed in 781 milliseconds