Searched defs:pRelocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp81 void RelocationFactory::destroy(Relocation* pRelocation) argument
/frameworks/compile/mclinker/lib/Target/Mips/
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.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/lib/Target/ARM/
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);

Completed in 817 milliseconds