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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp27 static Relocation& helper_DynRel_init(ResolveInfo* pSym, function in namespace:mcld
72 helper_DynRel_init(
76 helper_DynRel_init(
265 Relocation& reloc = helper_DynRel_init(rsym,
328 Relocation& reloc = helper_DynRel_init(rsym,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp31 static Relocation& helper_DynRel_init(ResolveInfo* pSym, function in namespace:mcld
76 helper_DynRel_init(
80 helper_DynRel_init(
328 helper_DynRel_init(rsym,
343 helper_DynRel_init(rsym,
424 Relocation& rel_entry1 = helper_DynRel_init(
443 helper_DynRel_init(rsym,
463 helper_DynRel_init(
480 helper_DynRel_init(
493 helper_DynRel_init(rsy
1107 static Relocation& helper_DynRel_init(ResolveInfo* pSym, function in namespace:mcld
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp151 static void helper_DynRel_init(Relocation& pReloc, function in namespace:mcld
446 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this);
567 helper_DynRel_init(pReloc, llvm::ELF::R_ARM_RELATIVE, *this);
569 helper_DynRel_init(pReloc, pReloc.type(), *this);
646 helper_DynRel_init(pReloc, pReloc.type(), *this);

Completed in 966 milliseconds