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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 881 // PLT_S depends on if there is a PLT entry.
882 HexagonRelocator::Address PLT_S;
884 PLT_S = helper_PLT(pReloc, pParent);
886 PLT_S = pReloc.symValue();
889 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2;
    [all...]

Completed in 28 milliseconds