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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 1 //===- ARMGOT.h -----------------------------------------------------------===//
35 /** \class ARMGOT
52 class ARMGOT : public GOT
55 ARMGOT(LDSection &pSection);
57 ~ARMGOT();
ARMGOT.cpp 9 #include "ARMGOT.h"
25 // ARMGOT
26 ARMGOT::ARMGOT(LDSection& pSection)
38 ARMGOT::~ARMGOT()
42 bool ARMGOT::hasGOT1() const
47 void ARMGOT::reserve(size_t pNum)
54 ARMGOTEntry* ARMGOT::consume()
66 void ARMGOT::reserveGOTPLT(
    [all...]

Completed in 492 milliseconds