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 44 /** \class X86_64GOTPLT
47 class X86_64GOTPLT : public X86_64GOT
50 X86_64GOTPLT(LDSection &pSection);
52 ~X86_64GOTPLT();
X86GOTPLT.cpp 65 // X86_64GOTPLT
67 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection)
79 X86_64GOTPLT::~X86_64GOTPLT()
83 bool X86_64GOTPLT::hasGOT1() const
88 void X86_64GOTPLT::applyGOT0(uint64_t pAddress)
94 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)

Completed in 152 milliseconds