Searched refs:helper_get_PLT_address (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp118 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function in namespace:mcld
807 S = helper_get_PLT_address(*rsym, pParent);
833 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
913 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
931 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
955 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1010 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1063 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1125 S = helper_get_PLT_address(*rsym, pParent);
1171 S = helper_get_PLT_address(*rsy
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp484 S = helper_get_PLT_address(*rsym, pParent);
526 S = helper_get_PLT_address(*rsym, pParent);
558 S = helper_get_PLT_address(*rsym, pParent);
577 S = helper_get_PLT_address(*rsym, pParent);
609 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
638 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
H A DAArch64RelocationHelpers.h84 static inline Relocator::Address helper_get_PLT_address( function in namespace:mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp123 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function in namespace:mcld
880 S = helper_get_PLT_address(*rsym, pParent);
919 S = helper_get_PLT_address(*rsym, pParent);
977 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1177 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function in namespace:mcld
1555 S = helper_get_PLT_address(*rsym, pParent);
1592 S = helper_get_PLT_address(*rsym, pParent);
1636 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1671 S = helper_get_PLT_address(*rsym, pParent);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp114 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function in namespace:mcld
718 S = helper_get_PLT_address(*rsym, pParent);
756 S = helper_get_PLT_address(*rsym, pParent);
822 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp110 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function in namespace:mcld
881 ? helper_get_PLT_address(*rsym, pParent)

Completed in 159 milliseconds