Searched defs:helper_get_PLT_address (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h97 helper_get_PLT_address(ResolveInfo& pSym, AArch64Relocator& pParent) function in namespace:mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp115 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function
703 S = helper_get_PLT_address(*rsym, pParent);
741 S = helper_get_PLT_address(*rsym, pParent);
807 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp139 helper_get_PLT_address(ResolveInfo& pSym, X86_32Relocator& pParent) function
904 S = helper_get_PLT_address(*rsym, pParent);
945 S = helper_get_PLT_address(*rsym, pParent);
1007 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1230 Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function
1607 S = helper_get_PLT_address(*rsym, pParent);
1646 S = helper_get_PLT_address(*rsym, pParent);
1692 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1728 S = helper_get_PLT_address(*rsym, pParent);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp134 Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, function
859 S = helper_get_PLT_address(*rsym, pParent);
886 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
971 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
990 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1014 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1071 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1126 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1191 S = helper_get_PLT_address(*rsym, pParent);
1238 S = helper_get_PLT_address(*rsy
[all...]

Completed in 90 milliseconds