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 149 /// 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)) {
AArch64Relocator.cpp 254 helper_use_relative_reloc(*rsym, *this)) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 50 /// 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))
1167 helper_use_relative_reloc(const ResolveInfo& pSym, function
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 43 /// 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/
ARMRelocator.cpp 64 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)))
    [all...]

Completed in 2487 milliseconds