Searched refs:MipsRelocationInfo (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocator.h | 21 class MipsRelocationInfo; variable 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; 172 void scanLocalReloc(MipsRelocationInfo& pReloc, [all …]
|
H A D | MipsRelocator.cpp | 27 class MipsRelocationInfo { class 43 MipsRelocationInfo(Relocation& pParent, bool pIsRel) in MipsRelocationInfo() function in mcld::MipsRelocationInfo 54 MipsRelocationInfo next() const { in next() 81 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType, in MipsRelocationInfo() function in mcld::MipsRelocationInfo 90 static void helper_PLT_init(MipsRelocationInfo& pReloc, in helper_PLT_init() 158 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone(); in applyRelocation() 244 void MipsRelocator::scanLocalReloc(MipsRelocationInfo& pReloc, in scanLocalReloc() 837 static MipsRelocator::Result none(MipsRelocationInfo& pReloc, in none() 897 static MipsRelocator::Result hi16(MipsRelocationInfo& pReloc, in hi16() 919 static MipsRelocator::Result lo16(MipsRelocationInfo& pReloc, in lo16() [all …]
|
H A D | MipsRelocationFunctions.h | 13 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \
|