HomeSort by relevance Sort by last modified time
    Searched refs:helper_use_relative_reloc (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 134 /// 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)) {
AArch64Relocator.cpp 248 helper_use_relative_reloc(*rsym, *this)) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 48 /// 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)) {
1126 static bool helper_use_relative_reloc(const ResolveInfo& pSym, function in namespace:mcld
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 44 /// 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/ARM/
ARMRelocator.cpp 60 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)))
    [all...]

Completed in 213 milliseconds