Searched refs:helper_get_PLT_address (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 118 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() 955 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_jump19() 1010 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in call() 1063 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in thm_call() 1125 S = helper_get_PLT_address(*rsym, pParent); in movw_abs_nc() 1171 S = helper_get_PLT_address(*rsym, pParent); in movt_abs() [all …]
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.cpp | 484 S = helper_get_PLT_address(*rsym, pParent); in abs() 526 S = helper_get_PLT_address(*rsym, pParent); in rel() 558 S = helper_get_PLT_address(*rsym, pParent); in adr_prel_lo21() 577 S = helper_get_PLT_address(*rsym, pParent); in adr_prel_pg_hi21() 609 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in call() 638 S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in condbr()
|
D | AArch64RelocationHelpers.h | 84 static inline Relocator::Address helper_get_PLT_address( in helper_get_PLT_address() function
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 123 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/ |
D | HexagonRelocator.cpp | 114 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()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 110 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() function 881 ? helper_get_PLT_address(*rsym, pParent) in rel26()
|