Searched refs:MipsPLT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h1 //===- MipsPLT.h ----------------------------------------------------------===//
20 // MipsPLT
22 /** \class MipsPLT
25 class MipsPLT : public PLT { class in namespace:mcld
27 explicit MipsPLT(LDSection& pSection);
H A DMipsPLT.cpp1 //===- MipsPLT.cpp --------------------------------------------------------===//
13 #include "MipsPLT.h"
56 // MipsPLT
58 MipsPLT::MipsPLT(LDSection& pSection) : PLT(pSection) { function in class:mcld::MipsPLT
63 void MipsPLT::finalizeSectionSize() {
75 bool MipsPLT::hasPLT1() const {
79 uint64_t MipsPLT::emit(MemoryRegion& pRegion) {
97 void MipsPLT::reserveEntry(size_t pNum) {
106 Fragment* MipsPLT
[all...]
H A DAndroid.mk12 MipsPLT.cpp \
H A DMipsLDBackend.h15 #include "MipsPLT.h"
95 MipsPLT& getPLT();
96 const MipsPLT& getPLT() const;
218 MipsPLT* m_pPLT; // .plt
H A DMipsLDBackend.cpp399 MipsPLT& MipsGNULDBackend::getPLT() {
404 const MipsPLT& MipsGNULDBackend::getPLT() const {
861 m_pPLT = new MipsPLT(plt);
906 m_pPLT = new MipsPLT(plt);

Completed in 72 milliseconds