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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 23 /** \class X86_32GOTPLT
26 class X86_32GOTPLT : public X86_32GOT
29 X86_32GOTPLT(LDSection &pSection);
31 ~X86_32GOTPLT();
X86GOTPLT.cpp 21 // X86_32GOTPLT
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection)
31 X86_32GOTPLT::~X86_32GOTPLT()
35 bool X86_32GOTPLT::hasGOT1() const
40 void X86_32GOTPLT::applyGOT0(uint64_t pAddress)
46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)

Completed in 104 milliseconds