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

  /frameworks/compile/mclinker/lib/Target/Mips/
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);
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...]

Completed in 147 milliseconds