Home
last modified time | relevance | path

Searched refs:X86_64GOT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.cpp34 X86_64GOT::X86_64GOT(LDSection& pSection) : GOT(pSection) { in X86_64GOT() function in mcld::X86_64GOT
37 X86_64GOT::~X86_64GOT() { in ~X86_64GOT()
40 X86_64GOTEntry* X86_64GOT::create() { in create()
DX86GOT.h54 class X86_64GOT : public GOT {
56 explicit X86_64GOT(LDSection& pSection);
58 ~X86_64GOT();
DX86LDBackend.h208 X86_64GOT& getGOT();
210 const X86_64GOT& getGOT() const;
234 X86_64GOT* m_pGOT;
DX86GOTPLT.h43 class X86_64GOTPLT : public X86_64GOT {
DX86GOTPLT.cpp57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) { in X86_64GOTPLT()
DX86LDBackend.cpp530 X86_64GOT& X86_64GNULDBackend::getGOT() { in getGOT()
535 const X86_64GOT& X86_64GNULDBackend::getGOT() const { in getGOT()
618 m_pGOT = new X86_64GOT(got); in initTargetSections()
662 for (X86_64GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData()