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 26 /** \class X86_32GOTPLT
29 class X86_32GOTPLT : public X86_32GOT
32 X86_32GOTPLT(LDSection &pSection);
34 ~X86_32GOTPLT();
X86GOTPLT.cpp 21 // X86_32GOTPLT
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection)
35 X86_32GOTPLT::~X86_32GOTPLT()
39 bool X86_32GOTPLT::hasGOT1() const
44 void X86_32GOTPLT::applyGOT0(uint64_t pAddress)
50 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)

Completed in 27 milliseconds