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"
91 MipsRelocator& pParent) {
111 MipsRelocator& pParent) {
124 MipsRelocator& pParent);
139 // MipsRelocator
141 MipsRelocator::MipsRelocator(MipsGNULDBackend& pParent,
149 Relocator::Result MipsRelocator::applyRelocation(Relocation& pReloc) {
179 const char* MipsRelocator::getName(Relocation::Type pType) const
    [all...]
Android.mk 14 MipsRelocator.cpp
MipsRelocator.h 1 //===- MipsRelocator.h --------------------------------------------===//
23 /** \class MipsRelocator
24 * \brief MipsRelocator creates and destroys the Mips relocations.
26 class MipsRelocator : public Relocator {
39 MipsRelocator(MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
200 class Mips32Relocator : public MipsRelocator {
205 // MipsRelocator
215 class Mips64Relocator : public MipsRelocator {
220 // MipsRelocator
MipsRelocationFunctions.h 13 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \
14 MipsRelocator& pParent);
MipsGOT.cpp 15 #include "MipsRelocator.h"
280 if (!(pInfo.reserved() & MipsRelocator::ReserveGot)) {
282 pInfo.setReserved(pInfo.reserved() | MipsRelocator::ReserveGot);

Completed in 2646 milliseconds