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

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h54 /// scanRelocation - When read in relocations, backend can do any modification
62 virtual void scanRelocation(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h72 * layout, so we mark the entry during scanRelocation and fill up the actual
108 /// scanRelocation - determine the empty entries are needed or not and create
114 void scanRelocation(Relocation& pReloc,
H A DAArch64Relocator.cpp377 void AArch64Relocator::scanRelocation(Relocation& pReloc, function in class:AArch64Relocator
385 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h56 * layout, so we mark the entry during scanRelocation and fill up the actual
89 /// scanRelocation - determine the empty entries are needed or not and create
95 void scanRelocation(Relocation& pReloc,
H A DARMRelocator.cpp795 void ARMRelocator::scanRelocation(Relocation& pReloc, function in class:ARMRelocator
804 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h63 * layout, so we mark the entry during scanRelocation and fill up the actual
76 /// scanRelocation - determine the empty entries are needed or not and create
82 void scanRelocation(Relocation& pReloc,
H A DHexagonRelocator.cpp193 void HexagonRelocator::scanRelocation(Relocation &pReloc, IRBuilder &pLinker, function in class:HexagonRelocator
201 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h37 /// scanRelocation - determine the empty entries are needed or not and
40 void scanRelocation(Relocation& pReloc,
H A DMipsRelocator.cpp226 void MipsRelocator::scanRelocation(Relocation& pReloc, function in class:MipsRelocator
234 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h59 * layout, so we mark the entry during scanRelocation and fill up the actual
78 /// scanRelocation - determine the empty entries are needed or not and create
84 void scanRelocation(Relocation& pReloc,
H A DX86Relocator.cpp180 void X86Relocator::scanRelocation(Relocation& pReloc, function in class:X86Relocator
191 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp572 m_LDBackend.getRelocator()->scanRelocation(

Completed in 184 milliseconds