Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h136 static inline bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() function
174 if (helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
DAArch64Relocator.cpp250 helper_use_relative_reloc(*rsym, *this)) { in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp50 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() function
75 if (helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
552 helper_use_relative_reloc(*rsym, *this)) { in scanGlobalReloc()
645 helper_use_relative_reloc(*rsym, *this)) { in scanGlobalReloc()
887 (!helper_use_relative_reloc(*rsym, pParent))) in abs()
923 if (!helper_use_relative_reloc(*rsym, pParent)) in rel()
1126 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() function
1152 if (helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
1401 helper_use_relative_reloc(*rsym, *this)) { in scanGlobalReloc()
1562 helper_use_relative_reloc(*rsym, pParent)) { in abs()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp46 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() function
71 if (helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
723 helper_use_relative_reloc(*rsym, pParent)) { in relocAbs()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp60 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() function
98 if (rsym->isLocal() || helper_use_relative_reloc(*rsym, pParent)) { in helper_GOT_init()
566 if (helper_use_relative_reloc(*rsym, *this)) in scanGlobalReloc()
814 (!helper_use_relative_reloc(*rsym, pParent))) in abs32()