Searched defs:helper_GOT_ORG (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h153 static inline Relocator::Address helper_GOT_ORG(AArch64Relocator& pParent) { function in namespace:mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp88 static Relocator::Address helper_GOT_ORG(X86_32Relocator& pParent) { function in namespace:mcld
935 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
945 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
966 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
1166 static Relocator::Address helper_GOT_ORG(X86_64Relocator& pParent) { function in namespace:mcld
1625 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp114 static Relocator::Address helper_GOT_ORG(ARMRelocator& pParent) { function in namespace:mcld
859 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
875 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);

Completed in 90 milliseconds