Searched refs:helper_DynRel (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp211 void helper_DynRel(Relocation& pReloc, function
268 helper_DynRel(pReloc, llvm::ELF::R_386_RELATIVE, pParent);
284 helper_DynRel(pReloc, llvm::ELF::R_386_RELATIVE, pParent);
287 helper_DynRel(pReloc, pReloc.type(), pParent);
328 helper_DynRel(pReloc, llvm::ELF::R_386_RELATIVE, pParent);
331 helper_DynRel(pReloc, pReloc.type(), pParent);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp168 void helper_DynRel(Relocation& pReloc, function
231 helper_DynRel(pReloc, pParent);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp245 void helper_DynRel(Relocation& pReloc, function
409 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
426 helper_DynRel(pReloc, llvm::ELF::R_ARM_RELATIVE, pParent);
429 helper_DynRel(pReloc, pReloc.type(), pParent);

Completed in 713 milliseconds