OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_64GOT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp
50
//
X86_64GOT
52
X86_64GOT
::
X86_64GOT
(LDSection& pSection)
57
X86_64GOT
::~
X86_64GOT
()
61
void
X86_64GOT
::reserve(size_t pNum)
68
X86_64GOTEntry*
X86_64GOT
::consume()
X86GOT.h
63
/** \class
X86_64GOT
67
class
X86_64GOT
: public GOT
70
X86_64GOT
(LDSection& pSection);
72
~
X86_64GOT
();
X86GOTPLT.h
47
class X86_64GOTPLT : public
X86_64GOT
X86LDBackend.h
204
X86_64GOT
& getGOT();
206
const
X86_64GOT
& getGOT() const;
227
X86_64GOT
* m_pGOT;
X86GOTPLT.cpp
68
:
X86_64GOT
(pSection)
X86LDBackend.cpp
471
X86_64GOT
& X86_64GNULDBackend::getGOT()
477
const
X86_64GOT
& X86_64GNULDBackend::getGOT() const
516
m_pGOT = new
X86_64GOT
(got);
565
for (
X86_64GOT
::iterator it = m_pGOT->begin(),
Completed in 118 milliseconds