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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 730 X86Relocator::Address helper_GOT_ORG(X86_32Relocator& pParent)
914 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
925 X86Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 623 ARMRelocator::Address helper_GOT_ORG(ARMRelocator& pParent)
633 return helper_GOT_ORG(pParent) + got_entry.getOffset();
904 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent);
922 ARMRelocator::Address GOT_ORG = helper_GOT_ORG(pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 400 HexagonRelocator::Address helper_GOT_ORG(HexagonRelocator& pParent)
409 return helper_GOT_ORG(pParent) + got_entry.getOffset();
    [all...]

Completed in 40 milliseconds