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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 63 /// scanRelocation - When read in relocations, backend can do any modification
70 virtual void scanRelocation(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 54 /// scanRelocation - determine the empty entries are needed or not and
57 void scanRelocation(Relocation& pReloc,
MipsLDBackend.cpp 119 void MipsGNULDBackend::scanRelocation(Relocation& pReloc,
128 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 165 /// scanRelocation - determine the empty entries are needed or not and create
171 void scanRelocation(Relocation& pReloc,
X86LDBackend.cpp 475 void X86GNULDBackend::scanRelocation(Relocation& pReloc,
484 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 97 /// scanRelocation - determine the empty entries are needed or not and create
103 void scanRelocation(Relocation& pReloc,
ARMLDBackend.cpp 715 void ARMGNULDBackend::scanRelocation(Relocation& pReloc,
724 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
    [all...]
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 608 m_Backend.scanRelocation(*relocation, pSym, *this, m_LDInfo,

Completed in 243 milliseconds