Searched defs:X86_64GOTPLT (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h41 /** \class X86_64GOTPLT
44 class X86_64GOTPLT : public X86_64GOT class in namespace:mcld
47 X86_64GOTPLT(LDSection &pSection);
49 ~X86_64GOTPLT();
H A DX86GOTPLT.cpp61 // X86_64GOTPLT
63 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) function in class:mcld::X86_64GOTPLT
70 X86_64GOTPLT::~X86_64GOTPLT()
74 bool X86_64GOTPLT::hasGOT1() const
79 void X86_64GOTPLT::applyGOT0(uint64_t pAddress)
85 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)

Completed in 1313 milliseconds