Home
last modified time | relevance | path

Searched refs:helper_get_PLT_address (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp134 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/
DAArch64Relocator.cpp449 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()
DAArch64RelocationHelpers.h97 helper_get_PLT_address(ResolveInfo& pSym, AArch64Relocator& pParent) in helper_get_PLT_address() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp139 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/
DHexagonRelocator.cpp115 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()