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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 80 /// partialScanRelocation - When doing partial linking, backend can do any
86 virtual void partialScanRelocation(Relocation& pReloc,
GNULDBackend.h 113 /// partialScanRelocation - When doing partial linking, fix the relocation
115 void partialScanRelocation(Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 352 m_LDBackend.partialScanRelocation(*relocation, *m_pModule, **rs);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 715 void GNULDBackend::partialScanRelocation(Relocation& pReloc,
    [all...]

Completed in 111 milliseconds