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 21 class MipsRelocationInfo;
88 void applyPostponedRelocations(MipsRelocationInfo& pLo16Reloc);
110 Fragment& getLocalGOTEntry(MipsRelocationInfo& pReloc,
115 Fragment& getGlobalGOTEntry(MipsRelocationInfo& pReloc);
119 Fragment& getTLSGOTEntry(MipsRelocationInfo& pReloc);
122 Address getGOTOffset(MipsRelocationInfo& pReloc);
125 Address getTLSGOTOffset(MipsRelocationInfo& pReloc);
128 void createDynRel(MipsRelocationInfo& pReloc);
132 uint64_t calcAHL(const MipsRelocationInfo& pHiReloc);
169 MipsRelocationInfo* m_CurrentLo16Reloc
    [all...]
MipsRelocator.cpp 25 // MipsRelocationInfo
27 class MipsRelocationInfo {
43 MipsRelocationInfo(Relocation& pParent, bool pIsRel)
54 MipsRelocationInfo next() const {
55 return MipsRelocationInfo(*m_Parent, m_Type >> 8, result(), result());
81 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType,
90 static void helper_PLT_init(MipsRelocationInfo& pReloc,
123 typedef Relocator::Result (*ApplyFunctionType)(MipsRelocationInfo&,
158 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone();
202 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone()
    [all...]
MipsRelocationFunctions.h 13 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \

Completed in 702 milliseconds