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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 23 /** \class X86_32GOTPLT
26 class X86_32GOTPLT : public X86_32GOT {
28 explicit X86_32GOTPLT(LDSection& pSection);
30 ~X86_32GOTPLT();
X86GOTPLT.cpp 21 // X86_32GOTPLT
23 X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) : X86_32GOT(pSection) {
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) {
X86PLT.h 52 class X86_32GOTPLT;
139 X86_32GOTPLT& pGOTPLT,
147 X86_32GOTPLT& m_GOTPLT;
X86LDBackend.h 170 X86_32GOTPLT& getGOTPLT();
172 const X86_32GOTPLT& getGOTPLT() const;
193 X86_32GOTPLT* m_pGOTPLT;
X86LDBackend.cpp 355 m_pGOTPLT = new X86_32GOTPLT(gotplt);
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() {
388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const {
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
X86PLT.cpp 136 X86_32GOTPLT& pGOTPLT,

Completed in 111 milliseconds