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

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h57 /// scanRelocation - When read in relocations, backend can do any modification
64 virtual void scanRelocation(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h100 /// scanRelocation - determine the empty entries are needed or not and create
106 void scanRelocation(Relocation& pReloc,
H A DARMRelocator.cpp487 void ARMRelocator::scanRelocation(Relocation& pReloc, function in class:ARMRelocator
495 "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.cpp79 void MipsRelocator::scanRelocation(Relocation& pReloc, function in class:MipsRelocator
86 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h89 /// scanRelocation - determine the empty entries are needed or not and create
95 void scanRelocation(Relocation& pReloc,
H A DHexagonRelocator.cpp100 void HexagonRelocator::scanRelocation(Relocation& pReloc, function in class:HexagonRelocator
112 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h89 /// scanRelocation - determine the empty entries are needed or not and create
95 void scanRelocation(Relocation& pReloc,
H A DX86Relocator.cpp58 void X86Relocator::scanRelocation(Relocation& pReloc, function in class:X86Relocator
68 "ResolveInfo of relocation not set while scanRelocation");
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp392 m_LDBackend.getRelocator()->scanRelocation(

Completed in 120 milliseconds