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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 134 Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
859 S = helper_get_PLT_address(*rsym, pParent);
886 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
971 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 449 S = helper_get_PLT_address(*rsym, pParent);
493 S = helper_get_PLT_address(*rsym, pParent);
529 S = helper_get_PLT_address(*rsym, pParent);
563 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
594 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
AArch64RelocationHelpers.h 97 helper_get_PLT_address(ResolveInfo& pSym, AArch64Relocator& pParent)
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 139 helper_get_PLT_address(ResolveInfo& pSym, X86_32Relocator& pParent)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 115 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
703 S = helper_get_PLT_address(*rsym, pParent);
741 S = helper_get_PLT_address(*rsym, pParent);
807 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);

Completed in 184 milliseconds