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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 19 class MipsRelocationInfo;
79 void applyPostponedRelocations(MipsRelocationInfo& pLo16Reloc);
93 Fragment& getLocalGOTEntry(MipsRelocationInfo& pReloc,
98 Fragment& getGlobalGOTEntry(MipsRelocationInfo& pReloc);
101 Address getGOTOffset(MipsRelocationInfo& pReloc);
104 void createDynRel(MipsRelocationInfo& pReloc);
112 uint64_t calcAHL(const MipsRelocationInfo& pHiReloc);
139 MipsRelocationInfo* m_CurrentLo16Reloc;
142 void scanLocalReloc(MipsRelocationInfo& pReloc,
146 void scanGlobalReloc(MipsRelocationInfo& pReloc
    [all...]
MipsRelocator.cpp 38 // MipsRelocationInfo
40 class mcld::MipsRelocationInfo
57 MipsRelocationInfo(Relocation& pParent, bool pIsRel)
81 MipsRelocationInfo next() const
83 return MipsRelocationInfo(*m_Parent, m_Type >> 8, result(), result(), 0);
133 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType,
154 typedef Relocator::Result (*ApplyFunctionType)(MipsRelocationInfo&,
195 for (MipsRelocationInfo info(pReloc, isRel());
245 for (MipsRelocationInfo info(pReloc, isRel());
291 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc
    [all...]
MipsRelocationFunctions.h 11 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \

Completed in 903 milliseconds