HomeSort by relevance Sort by last modified time
    Searched refs:helper_get_PLT_address (Results 1 - 6 of 6) 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 484 S = helper_get_PLT_address(*rsym, pParent);
526 S = helper_get_PLT_address(*rsym, pParent);
558 S = helper_get_PLT_address(*rsym, pParent);
577 S = helper_get_PLT_address(*rsym, pParent);
609 S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
638 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);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 110 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym,
881 ? helper_get_PLT_address(*rsym, pParent)
    [all...]

Completed in 187 milliseconds