_dl_reloc_plt
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel);
void _dl_reloc_plt(Elf_Addr *where, Elf_Addr value);
_dl_reloc_plt(where, value);
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_Rel *rel);
void _dl_reloc_plt(Elf_Addr *where, Elf_Addr value);
_dl_reloc_plt((Elf_Word *)where, value);
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel);
void _dl_reloc_plt(Elf_Word *where, Elf_Addr value, Elf_RelA *rel);
_dl_reloc_plt((Elf_Word *)where, value, rels);
static int _dl_reloc_plt(Elf_Word *where1, Elf_Word *where2, Elf_Word *pltaddr,
i = _dl_reloc_plt(&first, &buf.newval[0], addr, newvalue);
_dl_reloc_plt(&where[1], &where[2], where, value);