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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.h 44 void applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
ARMRelocationFactory.cpp 36 void ARMRelocationFactory::applyRelocation(Relocation& pRelocation,
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.h 43 void applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
X86RelocationFactory.cpp 36 void X86RelocationFactory::applyRelocation(Relocation& pRelocation,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.h 41 void applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
MipsRelocationFactory.cpp 33 void MipsRelocationFactory::applyRelocation(Relocation& pRelocation,
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 46 virtual void applyRelocation(Relocation& pRelocation,
  /frameworks/compile/mclinker/lib/LD/
Relocation.cpp 54 pRelocFactory.applyRelocation(*this, pLDInfo);

Completed in 70 milliseconds