Searched refs:helper_get_GOT_address (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64RelocationHelpers.h | 145 static inline Relocator::Address helper_get_GOT_address( in helper_get_GOT_address() function
|
D | AArch64Relocator.cpp | 627 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in adr_got_page() 653 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in ld64_got_lo12()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 92 static Relocator::Address helper_get_GOT_address(Relocation& pReloc, in helper_get_GOT_address() function 964 Relocator::Address GOT_S = helper_get_GOT_address(pReloc, pParent); in got32() 1170 static Relocator::Address helper_get_GOT_address(Relocation& pReloc, in helper_get_GOT_address() function 1623 Relocator::Address GOT_S = helper_get_GOT_address(pReloc, pParent); in gotpcrel()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 74 static Relocator::Address helper_get_GOT_address(ResolveInfo& pSym, in helper_get_GOT_address() function 873 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in got_brel() 891 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in got_prel()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 84 static Relocator::Address helper_get_GOT_address(ResolveInfo& pSym, in helper_get_GOT_address() function 846 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent); in relocGOT()
|