Searched refs:helper_DynRel_init (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 31 static Relocation& helper_DynRel_init(ResolveInfo* pSym, in helper_DynRel_init() function 76 helper_DynRel_init( in helper_GOT_init() 80 helper_DynRel_init( in helper_GOT_init() 328 helper_DynRel_init(rsym, in scanLocalReloc() 343 helper_DynRel_init(rsym, in scanLocalReloc() 424 Relocation& rel_entry1 = helper_DynRel_init( in scanLocalReloc() 443 helper_DynRel_init(rsym, in scanLocalReloc() 463 helper_DynRel_init( in scanLocalReloc() 480 helper_DynRel_init( in scanLocalReloc() 493 helper_DynRel_init(rsym, in scanLocalReloc() [all …]
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 27 static Relocation& helper_DynRel_init(ResolveInfo* pSym, in helper_DynRel_init() function 72 helper_DynRel_init( in helper_GOT_init() 76 helper_DynRel_init( in helper_GOT_init() 265 Relocation& reloc = helper_DynRel_init(rsym, in scanLocalReloc() 328 Relocation& reloc = helper_DynRel_init(rsym, in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 151 static void helper_DynRel_init(Relocation& pReloc, in helper_DynRel_init() function 446 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this); in scanLocalReloc() 567 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this); in scanGlobalReloc() 569 helper_DynRel_init(pReloc, pReloc.type(), *this); in scanGlobalReloc() 646 helper_DynRel_init(pReloc, pReloc.type(), *this); in scanGlobalReloc()
|