Searched refs:X86GOT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp9 #include "X86GOT.h"
26 // X86GOT
28 X86GOT::X86GOT(LDSection& pSection, SectionData& pSectionData) function in class:X86GOT
34 X86GOT::~X86GOT()
38 void X86GOT::reserveEntry(size_t pNum)
54 GOTEntry* X86GOT::getEntry(const ResolveInfo& pInfo, bool& pExist)
78 X86GOT::iterator X86GOT
[all...]
H A DX86GOT.h1 //===- X86GOT.h -----------------------------------------------------------===//
24 /** \class X86GOT
28 class X86GOT : public GOT class in namespace:mcld
37 X86GOT(LDSection& pSection, SectionData& pSectionData);
39 ~X86GOT();
H A DAndroid.mk7 X86GOT.cpp \
H A DX86LDBackend.h13 #include "X86GOT.h"
82 X86GOT& getGOT();
84 const X86GOT& getGOT() const;
228 X86GOT* m_pGOT;
H A DX86LDBackend.cpp116 m_pGOT = new X86GOT(got, pLinker.getOrCreateSectData(got));
566 for (X86GOT::iterator it = m_pGOT->begin(),
603 X86GOT& X86GNULDBackend::getGOT()
609 const X86GOT& X86GNULDBackend::getGOT() const

Completed in 296 milliseconds