Searched refs:helper_use_relative_reloc (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64RelocationHelpers.h | 136 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()
|
D | AArch64Relocator.cpp | 250 helper_use_relative_reloc(*rsym, *this)) { in scanGlobalReloc()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 50 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/ |
D | HexagonRelocator.cpp | 46 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/ |
D | ARMRelocator.cpp | 60 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()
|