OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsGOT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp
1
//===-
MipsGOT
.cpp --------------------------------------------------------===//
17
#include "
MipsGOT
.h"
31
//
MipsGOT
::GOTMultipart
33
MipsGOT
::GOTMultipart::GOTMultipart(size_t local, size_t global)
43
bool
MipsGOT
::GOTMultipart::isConsumed() const
49
void
MipsGOT
::GOTMultipart::consumeLocal()
57
void
MipsGOT
::GOTMultipart::consumeGlobal()
66
//
MipsGOT
::LocalEntry
68
MipsGOT
::LocalEntry::LocalEntry(const ResolveInfo* pInfo,
76
bool
MipsGOT
::LocalEntry::operator<(const LocalEntry &O) cons
[
all
...]
Android.mk
9
MipsGOT
.cpp \
MipsGOT.h
1
//===-
MipsGOT
.h ----------------------------------------------------------===//
30
/** \class
MipsGOT
33
class
MipsGOT
: public GOT
36
MipsGOT
(LDSection& pSection);
202
class Mips32GOT : public
MipsGOT
210
//
MipsGOT
221
class Mips64GOT : public
MipsGOT
229
//
MipsGOT
MipsLDBackend.h
13
#include "
MipsGOT
.h"
93
MipsGOT
& getGOT();
94
const
MipsGOT
& getGOT() const;
218
MipsGOT
* m_pGOT; // .got
MipsLDBackend.cpp
296
const
MipsGOT
& m_pGOT;
298
DynsymGOTCompare(const
MipsGOT
& pGOT)
423
MipsGOT
& MipsGNULDBackend::getGOT()
429
const
MipsGOT
& MipsGNULDBackend::getGOT() const
MipsRelocator.cpp
618
MipsGOT
& got = getTarget().getGOT();
646
MipsGOT
& got = getTarget().getGOT();
673
MipsGOT
& got = getTarget().getGOT();
935
MipsGOT
& got = pParent.getTarget().getGOT();
Completed in 4921 milliseconds