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 --------------------------------------------------------===//
14
#include "
MipsGOT
.h"
31
//
MipsGOT
::GOTMultipart
33
MipsGOT
::GOTMultipart::GOTMultipart(size_t local, size_t global)
46
bool
MipsGOT
::GOTMultipart::isConsumed() const {
51
void
MipsGOT
::GOTMultipart::consumeLocal() {
57
void
MipsGOT
::GOTMultipart::consumeGlobal() {
64
void
MipsGOT
::GOTMultipart::consumeTLS(Relocation::Type pType) {
72
//
MipsGOT
::LocalEntry
74
MipsGOT
::LocalEntry::LocalEntry(const ResolveInfo* pInfo
[
all
...]
Android.mk
9
MipsGOT
.cpp \
MipsGOT.h
1
//===-
MipsGOT
.h ----------------------------------------------------------===//
30
/** \class
MipsGOT
33
class
MipsGOT
: public GOT {
35
explicit
MipsGOT
(LDSection& pSection);
221
class Mips32GOT : public
MipsGOT
{
228
//
MipsGOT
239
class Mips64GOT : public
MipsGOT
{
246
//
MipsGOT
MipsLDBackend.h
15
#include "
MipsGOT
.h"
94
MipsGOT
& getGOT();
95
const
MipsGOT
& getGOT() const;
237
MipsGOT
* m_pGOT; // .got
MipsRelocator.cpp
602
MipsGOT
& got = getTarget().getGOT();
629
MipsGOT
& got = getTarget().getGOT();
656
MipsGOT
& got = getTarget().getGOT();
674
MipsGOT
& got = getTarget().getGOT();
690
MipsGOT
& got = getTarget().getGOT();
[
all
...]
MipsLDBackend.cpp
343
const
MipsGOT
& m_pGOT;
345
explicit DynsymGOTCompare(const
MipsGOT
& pGOT) : m_pGOT(pGOT) {}
498
MipsGOT
& MipsGNULDBackend::getGOT() {
503
const
MipsGOT
& MipsGNULDBackend::getGOT() const {
[
all
...]
Completed in 126 milliseconds