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.cpp118 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function
807 S = helper_get_PLT_address(*rsym, pParent); in abs32()
833 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in rel32()
913 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump8()
931 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump11()
954 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump19()
1009 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in call()
1061 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_call()
1123 S = helper_get_PLT_address(*rsym, pParent); in movw_abs_nc()
1169 S = helper_get_PLT_address(*rsym, pParent); in movt_abs()
[all …]
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp457 S = helper_get_PLT_address(*rsym, pParent); in abs()
499 S = helper_get_PLT_address(*rsym, pParent); in rel()
531 S = helper_get_PLT_address(*rsym, pParent); in adr_prel_lo21()
550 S = helper_get_PLT_address(*rsym, pParent); in adr_prel_pg_hi21()
582 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in call()
611 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in condbr()
DAArch64RelocationHelpers.h84 static inline Relocator::Address helper_get_PLT_address( in helper_get_PLT_address() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp123 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function
880 S = helper_get_PLT_address(*rsym, pParent); in abs()
919 S = helper_get_PLT_address(*rsym, pParent); in rel()
977 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in plt32()
1177 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function
1555 S = helper_get_PLT_address(*rsym, pParent); in abs()
1592 S = helper_get_PLT_address(*rsym, pParent); in signed32()
1636 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in plt32()
1671 S = helper_get_PLT_address(*rsym, pParent); in rel()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp114 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function
718 S = helper_get_PLT_address(*rsym, pParent); in relocAbs()
756 S = helper_get_PLT_address(*rsym, pParent); in relocPCREL()
822 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in relocPLTB22PCREL()