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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 94 /// scanRelocation - determine the empty entries are needed or not and create
100 void scanRelocation(Relocation& pReloc,
HexagonLDBackend.cpp 97 void HexagonLDBackend::scanRelocation(Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 68 /// scanRelocation - When read in relocations, backend can do any modification
75 virtual void scanRelocation(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 53 /// scanRelocation - determine the empty entries are needed or not and
56 void scanRelocation(Relocation& pReloc,
MipsLDBackend.cpp 113 void MipsGNULDBackend::scanRelocation(Relocation& pReloc,
120 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 103 /// scanRelocation - determine the empty entries are needed or not and create
109 void scanRelocation(Relocation& pReloc,
ARMLDBackend.cpp 716 void ARMGNULDBackend::scanRelocation(Relocation& pReloc,
723 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 129 /// scanRelocation - determine the empty entries are needed or not and create
135 void scanRelocation(Relocation& pReloc,
X86LDBackend.cpp 222 void X86GNULDBackend::scanRelocation(Relocation& pReloc,
232 "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 350 m_LDBackend.scanRelocation(*relocation, *m_pBuilder, *m_pModule, **rs);

Completed in 257 milliseconds