Searched refs:helper_get_GOT_address (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h145 static inline Relocator::Address helper_get_GOT_address( function in namespace:mcld
H A DAArch64Relocator.cpp654 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
680 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp92 static Relocator::Address helper_get_GOT_address(Relocation& pReloc, function in namespace:mcld
964 Relocator::Address GOT_S = helper_get_GOT_address(pReloc, pParent);
1170 static Relocator::Address helper_get_GOT_address(Relocation& pReloc, function in namespace:mcld
1623 Relocator::Address GOT_S = helper_get_GOT_address(pReloc, pParent);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp84 static Relocator::Address helper_get_GOT_address(ResolveInfo& pSym, function in namespace:mcld
846 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp74 static Relocator::Address helper_get_GOT_address(ResolveInfo& pSym, function in namespace:mcld
873 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
891 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);

Completed in 116 milliseconds