Searched defs:helper_DynRel_init (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp26 static Relocation &helper_DynRel_init(ResolveInfo *pSym, function
72 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_HEX_RELATIVE,
77 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_HEX_GLOB_DAT,
259 Relocation &reloc = helper_DynRel_init(rsym,
320 Relocation &reloc = helper_DynRel_init(rsym,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp32 Relocation& helper_DynRel_init(ResolveInfo* pSym, function
85 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_RELATIVE,
90 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_GLOB_DAT,
362 helper_DynRel_init(rsym,
377 helper_DynRel_init(rsym, *pReloc.targetRef().frag(),
462 Relocation& rel_entry1 = helper_DynRel_init(rsym, *got_entry1, 0x0,
481 helper_DynRel_init(rsym, *pReloc.targetRef().frag(),
500 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF,
517 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF,
530 helper_DynRel_init(rsy
1145 Relocation& helper_DynRel_init(ResolveInfo* pSym, function
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp171 void helper_DynRel_init(Relocation& pReloc, function
506 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this);
632 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this);
634 helper_DynRel_init(pReloc, pReloc.type(), *this);
710 //helper_DynRel_init(pReloc, pReloc.type(), *this);

Completed in 154 milliseconds