Searched refs:helper_get_PLT_address (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 134 Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function 859 S = helper_get_PLT_address(*rsym, pParent); in abs32() 886 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in rel32() 971 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump8() 990 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump11() 1014 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump19() 1071 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in call() 1126 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_call() 1191 S = helper_get_PLT_address(*rsym, pParent); in movw_abs_nc() 1238 S = helper_get_PLT_address(*rsym, pParent); in movt_abs() [all …]
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.cpp | 449 S = helper_get_PLT_address(*rsym, pParent); in abs() 493 S = helper_get_PLT_address(*rsym, pParent); in rel() 529 S = helper_get_PLT_address(*rsym, pParent); in adr_prel_pg_hi21() 563 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in call() 594 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in condbr()
|
D | AArch64RelocationHelpers.h | 97 helper_get_PLT_address(ResolveInfo& pSym, AArch64Relocator& pParent) in helper_get_PLT_address() function
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 139 helper_get_PLT_address(ResolveInfo& pSym, X86_32Relocator& pParent) in helper_get_PLT_address() function 904 S = helper_get_PLT_address(*rsym, pParent); in abs() 945 S = helper_get_PLT_address(*rsym, pParent); in rel() 1007 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in plt32() 1230 Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function 1607 S = helper_get_PLT_address(*rsym, pParent); in abs() 1646 S = helper_get_PLT_address(*rsym, pParent); in signed32() 1692 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in plt32() 1728 S = helper_get_PLT_address(*rsym, pParent); in rel()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 115 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function 703 S = helper_get_PLT_address(*rsym, pParent); in relocAbs() 741 S = helper_get_PLT_address(*rsym, pParent); in relocPCREL() 807 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in relocPLTB22PCREL()
|