Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    c8eda379
    elf: lazy relocate the PLT GOT · c8eda379
    Avi Kivity authored
    Instead of looking up the actual symbols, adjust the existing entry to point
    back at the PLT.  This will later case the stub at the first three entries
    of the PLT to get called with the symbol index on the stack, for run-time
    resolution.
    c8eda379
    History
    elf: lazy relocate the PLT GOT
    Avi Kivity authored
    Instead of looking up the actual symbols, adjust the existing entry to point
    back at the PLT.  This will later case the stub at the first three entries
    of the PLT to get called with the symbol index on the stack, for run-time
    resolution.