Searched refs:helper_DynRel_init (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 32 Relocation& helper_DynRel_init(ResolveInfo* pSym, in helper_DynRel_init() function 85 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_RELATIVE, in helper_GOT_init() 90 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_GLOB_DAT, in helper_GOT_init() 362 helper_DynRel_init(rsym, in scanLocalReloc() 377 helper_DynRel_init(rsym, *pReloc.targetRef().frag(), in scanLocalReloc() 462 Relocation& rel_entry1 = helper_DynRel_init(rsym, *got_entry1, 0x0, in scanLocalReloc() 481 helper_DynRel_init(rsym, *pReloc.targetRef().frag(), in scanLocalReloc() 500 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF, in scanLocalReloc() 517 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF, in scanLocalReloc() 530 helper_DynRel_init(rsym, in scanLocalReloc() [all …]
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 26 static Relocation &helper_DynRel_init(ResolveInfo *pSym, in helper_DynRel_init() function 72 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_HEX_RELATIVE, in helper_GOT_init() 77 helper_DynRel_init(rsym, *got_entry, 0x0, llvm::ELF::R_HEX_GLOB_DAT, in helper_GOT_init() 259 Relocation &reloc = helper_DynRel_init(rsym, in scanLocalReloc() 320 Relocation &reloc = helper_DynRel_init(rsym, in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 171 void helper_DynRel_init(Relocation& pReloc, in helper_DynRel_init() function 506 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this); in scanLocalReloc() 632 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this); in scanGlobalReloc() 634 helper_DynRel_init(pReloc, pReloc.type(), *this); in scanGlobalReloc()
|