OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86PLT
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h
21
class
X86PLT
;
41
void applyAllGOTPLT(const
X86PLT
& pPLT);
59
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
();
154
class X86_32PLT : public
X86PLT
175
class X86_64PLT : public
X86PLT
X86PLT.cpp
1
//===-
X86PLT
.cpp ---------------------------------------------------------===//
10
#include "
X86PLT
.h"
55
//
X86PLT
57
X86PLT
::
X86PLT
(LDSection& pSection,
98
X86PLT
::~
X86PLT
()
102
void
X86PLT
::finalizeSectionSize()
109
X86PLT
::iterator it = begin();
126
bool
X86PLT
::hasPLT1() cons
[
all
...]
Android.mk
12
X86PLT
.cpp \
X86LDBackend.h
15
#include "
X86PLT
.h"
39
X86PLT
& getPLT();
41
const
X86PLT
& getPLT() const;
135
X86PLT
* m_pPLT;
X86GOTPLT.cpp
10
#include "
X86PLT
.h"
50
void X86_32GOTPLT::applyAllGOTPLT(const
X86PLT
& pPLT)
94
void X86_64GOTPLT::applyAllGOTPLT(const
X86PLT
& pPLT)
X86LDBackend.cpp
178
X86PLT
::iterator it = m_pPLT->begin();
186
X86PLT
::iterator ie = m_pPLT->end();
212
X86PLT
& X86GNULDBackend::getPLT()
218
const
X86PLT
& X86GNULDBackend::getPLT() const
Completed in 2678 milliseconds