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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 1 //===- MipsRelocator.cpp -----------------------------------------===//
17 #include "MipsRelocator.h"
28 typedef Relocator::Result (*ApplyFunctionType)(Relocation&, MipsRelocator&);
45 // MipsRelocator
47 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent,
57 MipsRelocator::applyRelocation(Relocation& pRelocation)
69 const char* MipsRelocator::getName(Relocation::Type pType) const
74 Relocator::Size MipsRelocator::getSize(Relocation::Type pType) const
79 void MipsRelocator::scanRelocation(Relocation& pReloc
    [all...]
MipsRelocationFunctions.h 11 static MipsRelocator::Result Name(Relocation& pEntry, \
12 MipsRelocator& pParent);
Android.mk 11 MipsRelocator.cpp \
MipsRelocator.h 1 //===- MipsRelocator.h --------------------------------------------===//
21 /** \class MipsRelocator
22 * \brief MipsRelocator creates and destroys the Mips relocations.
24 class MipsRelocator : public Relocator
35 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
MipsGOT.cpp 19 #include "MipsRelocator.h"
275 if (!(pInfo.reserved() & MipsRelocator::ReserveGot)) {
277 pInfo.setReserved(pInfo.reserved() | MipsRelocator::ReserveGot);
MipsLDBackend.cpp 13 #include "MipsRelocator.h"
95 m_pGpDispSymbol->resolveInfo()->setReserved(MipsRelocator::ReserveGpDisp);
102 m_pRelocator = new MipsRelocator(*this, config());

Completed in 213 milliseconds