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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 1 //===- MipsRelocator.cpp -----------------------------------------===//
9 #include "MipsRelocator.h"
155 MipsRelocator& pParent);
173 // MipsRelocator
175 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent,
185 MipsRelocator::applyRelocation(Relocation& pReloc)
216 const char* MipsRelocator::getName(Relocation::Type pType) const
221 Relocator::Size MipsRelocator::getSize(Relocation::Type pType) const
226 void MipsRelocator::scanRelocation(Relocation& pReloc
    [all...]
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);
170 class Mips32Relocator : public MipsRelocator
176 // MipsRelocator
183 class Mips64Relocator : public MipsRelocator
189 // MipsRelocator
Android.mk 15 MipsRelocator.cpp \
MipsRelocationFunctions.h 11 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \
12 MipsRelocator& pParent);
MipsGOT.cpp 18 #include "MipsRelocator.h"
280 if (!(pInfo.reserved() & MipsRelocator::ReserveGot)) {
282 pInfo.setReserved(pInfo.reserved() | MipsRelocator::ReserveGot);

Completed in 84 milliseconds