OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_64GOTPLT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h
44
/** \class
X86_64GOTPLT
47
class
X86_64GOTPLT
: public X86_64GOT
50
X86_64GOTPLT
(LDSection &pSection);
52
~
X86_64GOTPLT
();
X86GOTPLT.cpp
65
//
X86_64GOTPLT
67
X86_64GOTPLT
::
X86_64GOTPLT
(LDSection& pSection)
79
X86_64GOTPLT
::~
X86_64GOTPLT
()
83
bool
X86_64GOTPLT
::hasGOT1() const
88
void
X86_64GOTPLT
::applyGOT0(uint64_t pAddress)
94
void
X86_64GOTPLT
::applyAllGOTPLT(const X86PLT& pPLT)
X86LDBackend.h
208
X86_64GOTPLT
& getGOTPLT();
210
const
X86_64GOTPLT
& getGOTPLT() const;
228
X86_64GOTPLT
* m_pGOTPLT;
X86PLT.h
179
X86_64GOTPLT
& pGOTPLT,
187
X86_64GOTPLT
& m_GOTPLT;
X86LDBackend.cpp
483
X86_64GOTPLT
& X86_64GNULDBackend::getGOTPLT()
489
const
X86_64GOTPLT
& X86_64GNULDBackend::getGOTPLT() const
520
m_pGOTPLT = new
X86_64GOTPLT
(gotplt);
588
for (
X86_64GOTPLT
::iterator it = m_pGOTPLT->begin(),
X86PLT.cpp
258
X86_64GOTPLT
& pGOTPLT,
Completed in 39 milliseconds