about summary refs log tree commit diff
path: root/sysdeps/x86_64/dl-runtime.c
Commit message (Collapse)AuthorAgeFilesLines
* * elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper2009-03-151-0/+9
(reloc_index): Define. (_dl_fixup): Rename reloc_offset parameter to reloc_arg. (_dl_fixup_profile): Likewise. Use reloc_index instead of computing index from reloc_offset. (_dl_call_pltexit): Likewise. * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass the relocation index to _dl_fixup. (_dl_runtime_profile): Likewise for _dl_fixup_profile and _dl_call_pltexit. * sysdeps/x86_64/dl-runtime.c: New file.