HomeSort by relevance Sort by last modified time
    Searched defs:MipsGOTPLT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 1 //===- MipsGOTPLT.h -------------------------------------------------------===//
20 /** \class MipsGOTPLT
23 class MipsGOTPLT : public GOT
26 MipsGOTPLT(LDSection &pSection);
MipsGOTPLT.cpp 1 //===- MipsGOTPLT.cpp -----------------------------------------------------===//
10 #include "MipsGOTPLT.h"
21 // MipsGOTPLT
23 MipsGOTPLT::MipsGOTPLT(LDSection& pSection)
32 void MipsGOTPLT::reserve(size_t pNum)
38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion)
51 Fragment* MipsGOTPLT::consume()
59 bool MipsGOTPLT::hasGOT1() const
64 uint64_t MipsGOTPLT::getEntryAddr(size_t num) cons
    [all...]

Completed in 62 milliseconds