OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_32GOTPLT
(Results
1 - 6
of
6
) 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)
X86PLT.h
56
class
X86_32GOTPLT
;
158
X86_32GOTPLT
& pGOTPLT,
166
X86_32GOTPLT
& m_GOTPLT;
X86LDBackend.h
168
X86_32GOTPLT
& getGOTPLT();
170
const
X86_32GOTPLT
& getGOTPLT() const;
188
X86_32GOTPLT
* m_pGOTPLT;
X86LDBackend.cpp
334
m_pGOTPLT = new
X86_32GOTPLT
(gotplt);
366
X86_32GOTPLT
& X86_32GNULDBackend::getGOTPLT()
372
const
X86_32GOTPLT
& X86_32GNULDBackend::getGOTPLT() const
440
for (
X86_32GOTPLT
::iterator it = m_pGOTPLT->begin(),
X86PLT.cpp
172
X86_32GOTPLT
& pGOTPLT,
Completed in 243 milliseconds