Searched refs:scanRelocation (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h55 * layout, so we mark the entry during scanRelocation and fill up the actual
83 /// scanRelocation - determine the empty entries are needed or not and create
89 void scanRelocation(Relocation& pReloc,
H A DARMRelocator.cpp728 void ARMRelocator::scanRelocation(Relocation& pReloc, function in class:mcld::ARMRelocator
736 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h43 /// scanRelocation - When read in relocations, backend can do any modification
51 virtual void scanRelocation(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h56 * layout, so we mark the entry during scanRelocation and fill up the actual
92 /// scanRelocation - determine the empty entries are needed or not and create
98 void scanRelocation(Relocation& pReloc,
H A DAArch64Relocator.cpp374 void AArch64Relocator::scanRelocation(Relocation& pReloc, function in class:mcld::AArch64Relocator
381 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h62 * layout, so we mark the entry during scanRelocation and fill up the actual
72 /// scanRelocation - determine the empty entries are needed or not and create
78 void scanRelocation(Relocation& pReloc,
H A DHexagonRelocator.cpp195 void HexagonRelocator::scanRelocation(Relocation& pReloc, function in class:mcld::HexagonRelocator
206 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h41 /// scanRelocation - determine the empty entries are needed or not and
44 void scanRelocation(Relocation& pReloc,
H A DMipsRelocator.cpp183 void MipsRelocator::scanRelocation(Relocation& pReloc, function in class:mcld::MipsRelocator
191 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h58 * layout, so we mark the entry during scanRelocation and fill up the actual
74 /// scanRelocation - determine the empty entries are needed or not and create
80 void scanRelocation(Relocation& pReloc,
H A DX86Relocator.cpp160 void X86Relocator::scanRelocation(Relocation& pReloc, function in class:mcld::X86Relocator
170 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp608 m_LDBackend.getRelocator()->scanRelocation(

Completed in 1009 milliseconds