Searched refs:pRelocation (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.h32 Result applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
H A DARMRelocationFactory.cpp61 ARMRelocationFactory::applyRelocation(Relocation& pRelocation, argument
64 Relocation::Type type = pRelocation.type();
67 << pRelocation.symInfo()->name();
71 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.h30 Result applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
H A DMipsRelocationFactory.cpp56 MipsRelocationFactory::applyRelocation(Relocation& pRelocation, argument
60 Relocation::Type type = pRelocation.type();
64 << pRelocation.symInfo()->name();
69 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.h32 Result applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
H A DX86RelocationFactory.cpp60 X86RelocationFactory::applyRelocation(Relocation& pRelocation, argument
63 Relocation::Type type = pRelocation.type();
67 pRelocation.symInfo()->name();
72 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h54 virtual Result applyRelocation(Relocation& pRelocation,
70 void destroy(Relocation* pRelocation);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp81 void RelocationFactory::destroy(Relocation* pRelocation) argument

Completed in 121 milliseconds