OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_32GOT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp
19
//
X86_32GOT
21
X86_32GOT
::
X86_32GOT
(LDSection& pSection)
26
X86_32GOT
::~
X86_32GOT
()
30
void
X86_32GOT
::reserve(size_t pNum)
37
X86_32GOTEntry*
X86_32GOT
::consume()
X86GOT.h
33
/** \class
X86_32GOT
37
class
X86_32GOT
: public GOT
40
X86_32GOT
(LDSection& pSection);
42
~
X86_32GOT
();
X86GOTPLT.h
29
class X86_32GOTPLT : public
X86_32GOT
X86LDBackend.h
164
X86_32GOT
& getGOT();
166
const
X86_32GOT
& getGOT() const;
187
X86_32GOT
* m_pGOT;
X86GOTPLT.cpp
24
:
X86_32GOT
(pSection)
X86LDBackend.cpp
330
m_pGOT = new
X86_32GOT
(got);
354
X86_32GOT
& X86_32GNULDBackend::getGOT()
360
const
X86_32GOT
& X86_32GNULDBackend::getGOT() const
417
for (
X86_32GOT
::iterator it = m_pGOT->begin(),
Completed in 43 milliseconds