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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 41 /** \class X86_64GOTPLT
44 class X86_64GOTPLT : public X86_64GOT
47 X86_64GOTPLT(LDSection &pSection);
49 ~X86_64GOTPLT();
X86GOTPLT.cpp 61 // X86_64GOTPLT
63 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection)
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 73 milliseconds