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) : GOT(pSection) {
24
X86_32GOT
::~
X86_32GOT
() {
27
X86_32GOTEntry*
X86_32GOT
::create() {
X86GOT.h
28
/** \class
X86_32GOT
32
class
X86_32GOT
: public GOT {
34
explicit
X86_32GOT
(LDSection& pSection);
36
~
X86_32GOT
();
X86GOTPLT.h
26
class X86_32GOTPLT : public
X86_32GOT
{
X86LDBackend.h
166
X86_32GOT
& getGOT();
168
const
X86_32GOT
& getGOT() const;
192
X86_32GOT
* m_pGOT;
X86GOTPLT.cpp
23
X86_32GOTPLT::X86_32GOTPLT(LDSection& pSection) :
X86_32GOT
(pSection) {
X86LDBackend.cpp
351
m_pGOT = new
X86_32GOT
(got);
373
X86_32GOT
& X86_32GNULDBackend::getGOT() {
378
const
X86_32GOT
& X86_32GNULDBackend::getGOT() const {
477
for (
X86_32GOT
::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
Completed in 1038 milliseconds