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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 377 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent);
381 pReloc.target() = GOT_S + A - GOT_ORG;
470 X86Relocator::SWord GOT_S = got_entry.getOffset() -
474 pReloc.target() = GOT_S + A;
519 X86Relocator::Address GOT_S =
523 pReloc.target() = GOT_S + A;
552 X86Relocator::SWord GOT_S = got_entry->getOffset() -
555 pReloc.target() = GOT_S + A;
891 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent);
895 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place()
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 462 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent);
466 pReloc.target() = GOT_S + A - GOT_ORG;
477 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent);
482 pReloc.target() = GOT_S + A - P;

Completed in 916 milliseconds