HomeSort by relevance Sort by last modified time
    Searched refs:scanRelocation (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 43 /// scanRelocation - When read in relocations, backend can do any modification
51 virtual void scanRelocation(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 55 * 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,
ARMRelocator.cpp 728 void ARMRelocator::scanRelocation(Relocation& pReloc,
736 "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 56 * 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,
AArch64Relocator.cpp 374 void AArch64Relocator::scanRelocation(Relocation& pReloc,
381 "ResolveInfo of relocation not set while scanRelocation");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 62 * 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,
HexagonRelocator.cpp 195 void HexagonRelocator::scanRelocation(Relocation& pReloc,
206 "ResolveInfo of relocation not set while scanRelocation");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 41 /// scanRelocation - determine the empty entries are needed or not and
44 void scanRelocation(Relocation& pReloc,
MipsRelocator.cpp 183 void MipsRelocator::scanRelocation(Relocation& pReloc,
191 "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 58 * 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,
X86Relocator.cpp 160 void X86Relocator::scanRelocation(Relocation& pReloc,
170 "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 608 m_LDBackend.getRelocator()->scanRelocation(
    [all...]

Completed in 2244 milliseconds