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 --------------------------------------------------------===//
18
#include "
MipsGOT
.h"
37
//
MipsGOT
::GOTMultipart
39
MipsGOT
::GOTMultipart::GOTMultipart(size_t local, size_t global)
49
bool
MipsGOT
::GOTMultipart::isConsumed() const
55
void
MipsGOT
::GOTMultipart::consumeLocal()
63
void
MipsGOT
::GOTMultipart::consumeGlobal()
72
//
MipsGOT
74
MipsGOT
::
MipsGOT
(LDSection& pSection
[
all
...]
MipsLDBackend.h
13
#include "
MipsGOT
.h"
85
MipsGOT
& getGOT();
86
const
MipsGOT
& getGOT() const;
135
MipsGOT
* m_pGOT; // .got
Android.mk
8
MipsGOT
.cpp \
MipsGOT.h
1
//===-
MipsGOT
.h ----------------------------------------------------------===//
41
/** \class
MipsGOT
44
class
MipsGOT
: public GOT
47
MipsGOT
(LDSection& pSection);
MipsLDBackend.cpp
62
m_pGOT = new
MipsGOT
(got);
190
const
MipsGOT
& m_pGOT;
192
DynsymGOTCompare(const
MipsGOT
& pGOT)
221
MipsGOT
& MipsGNULDBackend::getGOT()
227
const
MipsGOT
& MipsGNULDBackend::getGOT() const
MipsRelocator.cpp
375
MipsGOT
& got = ld_backend.getGOT();
418
MipsGOT
& got = ld_backend.getGOT();
446
MipsGOT
& got = ld_backend.getGOT();
572
MipsGOT
& got = ld_backend.getGOT();
Completed in 134 milliseconds