Elf_Verdef
obj->verdef = (const Elf_Verdef *)
const Elf_Verdef *verdef; /* Provided versions. */
const Elf_Verdef *vd = depobj->verdef;
for (;; vd = (const Elf_Verdef *)((const char *)vd + vd->vd_next)) {
const Elf_Verdef *vd;
vd = (const Elf_Verdef *)((const char *)vd + vd->vd_next)) {
vd = (const Elf_Verdef *)((const char *)vd + vd->vd_next)) {