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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h134 /// helper_use_relative_reloc - Check if symbol can use relocation
136 static inline bool helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
174 if (helper_use_relative_reloc(*rsym, pParent)) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp44 /// helper_use_relative_reloc - Check if symbol can use relocation
46 static bool helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
71 if (helper_use_relative_reloc(*rsym, pParent)) {
723 helper_use_relative_reloc(*rsym, pParent)) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp48 /// helper_use_relative_reloc - Check if symbol ceuse relocation
50 static bool helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
75 if (helper_use_relative_reloc(*rsym, pParent)) {
552 helper_use_relative_reloc(*rsym, *this)) {
645 helper_use_relative_reloc(*rsym, *this)) {
887 (!helper_use_relative_reloc(*rsym, pParent)))
923 if (!helper_use_relative_reloc(*rsym, pParent))
1124 /// helper_use_relative_reloc - Check if symbol can use relocation
1126 static bool helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
1152 if (helper_use_relative_reloc(*rsy
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp60 static bool helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
98 if (rsym->isLocal() || helper_use_relative_reloc(*rsym, pParent)) {
566 if (helper_use_relative_reloc(*rsym, *this))
814 (!helper_use_relative_reloc(*rsym, pParent)))

Completed in 103 milliseconds