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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h149 /// helper_use_relative_reloc - Check if symbol can use relocation
152 helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
196 if (helper_use_relative_reloc(*rsym, pParent)) {
H A DAArch64Relocator.cpp254 helper_use_relative_reloc(*rsym, *this)) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp50 /// helper_use_relative_reloc - Check if symbol ceuse relocation
53 helper_use_relative_reloc(const ResolveInfo& pSym, function
84 if (helper_use_relative_reloc(*rsym, pParent)) {
589 helper_use_relative_reloc(*rsym, *this))
683 helper_use_relative_reloc(*rsym, *this))
911 (!helper_use_relative_reloc(*rsym, pParent)))
949 if (!helper_use_relative_reloc(*rsym, pParent))
1164 /// helper_use_relative_reloc - Check if symbol can use relocation
1167 helper_use_relative_reloc(const ResolveInfo& pSym, function
1199 if (helper_use_relative_reloc(*rsy
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp43 /// helper_use_relative_reloc - Check if symbol can use relocation
45 static bool helper_use_relative_reloc(const ResolveInfo &pSym, function
71 if (helper_use_relative_reloc(*rsym, pParent)) {
708 helper_use_relative_reloc(*rsym, pParent)) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp64 helper_use_relative_reloc(const ResolveInfo& pSym, function
110 if (rsym->isLocal() || helper_use_relative_reloc(*rsym, pParent)) {
631 if (helper_use_relative_reloc(*rsym, *this))
866 (!helper_use_relative_reloc(*rsym, pParent)))

Completed in 124 milliseconds