HomeSort by relevance Sort by last modified time
    Searched refs:X86PLT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 18 class X86PLT;
38 void applyAllGOTPLT(const X86PLT& pPLT);
56 void applyAllGOTPLT(const X86PLT& pPLT);
X86PLT.h 1 //===- X86PLT.h -----------------------------------------------------------===//
103 // X86PLT
105 /** \class X86PLT
108 class X86PLT : public PLT
111 X86PLT(LDSection& pSection,
114 ~X86PLT();
149 class X86_32PLT : public X86PLT
170 class X86_64PLT : public X86PLT
X86PLT.cpp 1 //===- X86PLT.cpp ---------------------------------------------------------===//
10 #include "X86PLT.h"
55 // X86PLT
57 X86PLT::X86PLT(LDSection& pSection, const LinkerConfig& pConfig, int got_size)
94 X86PLT::~X86PLT()
98 void X86PLT::finalizeSectionSize()
105 X86PLT::iterator it = begin();
122 bool X86PLT::hasPLT1() cons
    [all...]
Android.mk 12 X86PLT.cpp \
X86GOTPLT.cpp 10 #include "X86PLT.h"
46 void X86_32GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
85 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT)
X86LDBackend.h 15 #include "X86PLT.h"
39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
141 X86PLT* m_pPLT;
X86LDBackend.cpp 185 X86PLT::iterator it = m_pPLT->begin();
193 X86PLT::iterator ie = m_pPLT->end();
217 X86PLT& X86GNULDBackend::getPLT()
223 const X86PLT& X86GNULDBackend::getPLT() const

Completed in 109 milliseconds