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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h23 /** \class X86_32GOTPLT
26 class X86_32GOTPLT : public X86_32GOT { class in namespace:mcld
28 explicit X86_32GOTPLT(LDSection& pSection);
30 ~X86_32GOTPLT();
H A DX86GOTPLT.cpp21 // X86_32GOTPLT
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) : X86_32GOT(pSection) { function in class:mcld::X86_32GOTPLT
29 X86_32GOTPLT::~X86_32GOTPLT() {
32 bool X86_32GOTPLT::hasGOT1() const {
36 void X86_32GOTPLT::applyGOT0(uint64_t pAddress) {
41 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {

Completed in 37 milliseconds