Searched refs:MipsGOT (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp1 //===- MipsGOT.cpp --------------------------------------------------------===//
14 #include "MipsGOT.h"
31 // MipsGOT::GOTMultipart
33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global)
42 bool MipsGOT::GOTMultipart::isConsumed() const {
46 void MipsGOT::GOTMultipart::consumeLocal() {
52 void MipsGOT::GOTMultipart::consumeGlobal() {
60 // MipsGOT::LocalEntry
62 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo,
68 bool MipsGOT
81 MipsGOT::MipsGOT(LDSection& pSection) function in class:mcld::MipsGOT
[all...]
H A DAndroid.mk8 MipsGOT.cpp \
H A DMipsGOT.h1 //===- MipsGOT.h ----------------------------------------------------------===//
30 /** \class MipsGOT
33 class MipsGOT : public GOT { class in namespace:mcld
35 explicit MipsGOT(LDSection& pSection);
199 class Mips32GOT : public MipsGOT {
206 // MipsGOT
217 class Mips64GOT : public MipsGOT {
224 // MipsGOT
H A DMipsLDBackend.h13 #include "MipsGOT.h"
92 MipsGOT& getGOT();
93 const MipsGOT& getGOT() const;
217 MipsGOT* m_pGOT; // .got
H A DMipsLDBackend.cpp279 const MipsGOT& m_pGOT;
281 explicit DynsymGOTCompare(const MipsGOT& pGOT) : m_pGOT(pGOT) {}
389 MipsGOT& MipsGNULDBackend::getGOT() {
394 const MipsGOT& MipsGNULDBackend::getGOT() const {
H A DMipsRelocator.cpp560 MipsGOT& got = getTarget().getGOT();
587 MipsGOT& got = getTarget().getGOT();
613 MipsGOT& got = getTarget().getGOT();
876 MipsGOT& got = pParent.getTarget().getGOT();

Completed in 94 milliseconds