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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 118 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
807 S = helper_get_PLT_address(*rsym, pParent);
833 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
913 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 457 S = helper_get_PLT_address(*rsym, pParent);
499 S = helper_get_PLT_address(*rsym, pParent);
531 S = helper_get_PLT_address(*rsym, pParent);
550 S = helper_get_PLT_address(*rsym, pParent);
582 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
611 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
AArch64RelocationHelpers.h 84 static inline Relocator::Address helper_get_PLT_address(
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 123 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
880 S = helper_get_PLT_address(*rsym, pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 114 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
718 S = helper_get_PLT_address(*rsym, pParent);
756 S = helper_get_PLT_address(*rsym, pParent);
822 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);

Completed in 128 milliseconds