HomeSort by relevance Sort by last modified time
    Searched refs:reserveEntry (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h 30 friend void mcld::X86PLT::reserveEntry(size_t pNum);
50 void reserveEntry(size_t pNum = 1);
X86PLT.h 51 // reserveEntry is X86GOT friend function.
52 void reserveEntry(size_t pNum = 1) ;
X86LDBackend.cpp 261 m_pRelDyn->reserveEntry(*m_pRelocFactory);
310 // when calling X86PLT->reserveEntry())
311 m_pPLT->reserveEntry();
312 m_pRelPLT->reserveEntry(*m_pRelocFactory);
323 m_pRelDyn->reserveEntry(*m_pRelocFactory);
360 // when calling X86PLT->reserveEntry())
361 m_pPLT->reserveEntry();
362 m_pRelPLT->reserveEntry(*m_pRelocFactory);
374 m_pGOT->reserveEntry();
382 m_pRelDyn->reserveEntry(*m_pRelocFactory)
    [all...]
X86GOT.cpp 60 void X86GOT::reserveEntry(size_t pNum)
X86PLT.cpp 86 void X86PLT::reserveEntry(size_t pNum)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 91 void MipsGOT::reserveEntry(size_t pNum)
106 reserveEntry(1);
116 reserveEntry(1);
MipsGOT.h 61 void reserveEntry(size_t pNum = 1);
MipsLDBackend.cpp 605 m_pRelDyn->reserveEntry(*m_pRelocFactory);
708 m_pRelDyn->reserveEntry(*m_pRelocFactory);
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 42 void reserveEntry(RelocationFactory& pRelFactory, size_t pNum=1);
PLT.h 69 /// reserveEntry - reseve the number of pNum of empty entries
71 virtual void reserveEntry(size_t pNum = 1) = 0;
GOT.h 85 /// reserveEntry - reseve number of pNum of empty entries
90 virtual void reserveEntry(size_t pNum = 1) = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 58 void reserveEntry(size_t pNum = 1);
ARMPLT.h 50 // reserveEntry is ARMGOT friend function.
51 void reserveEntry(size_t pNum = 1) ;
ARMLDBackend.cpp 382 m_pRelDyn->reserveEntry(*m_pRelocFactory);
412 m_pRelDyn->reserveEntry(*m_pRelocFactory);
438 m_pGOT->reserveEntry();
446 m_pRelDyn->reserveEntry(*m_pRelocFactory);
524 // when calling ARMPLT->reserveEntry())
525 m_pPLT->reserveEntry();
526 m_pRelPLT->reserveEntry(*m_pRelocFactory);
538 m_pRelDyn->reserveEntry(*m_pRelocFactory);
612 m_pRelDyn->reserveEntry(*m_pRelocFactory);
654 // when calling ARMPLT->reserveEntry())
    [all...]
ARMGOT.cpp 63 void ARMGOT::reserveEntry(size_t pNum)
ARMPLT.cpp 60 void ARMPLT::reserveEntry(size_t pNum)
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 32 void OutputRelocSection::reserveEntry(RelocationFactory& pRelFactory,

Completed in 52 milliseconds