Lines Matching full:verdef
63 /* Swap in a Verdef structure. */
79 /* Swap out a Verdef structure. */
1335 case DT_VERDEF: name = "VERDEF"; break;
1368 if ((elf_dynverdef (abfd) != 0 && elf_tdata (abfd)->verdef == NULL)
1380 for (t = elf_tdata (abfd)->verdef; t != NULL; t = t->vd_nextdef)
1492 elf_tdata (abfd)->verdef[vernum - 1].vd_nodename;
7441 elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *)
7444 elf_tdata (abfd)->verdef = NULL;
7446 if (elf_tdata (abfd)->verdef == NULL)
7452 iverdefarr = elf_tdata (abfd)->verdef;
7464 elf_tdata (abfd)->verdef = NULL;
7537 elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *)
7539 if (elf_tdata (abfd)->verdef == NULL)
7551 iverdef = &elf_tdata (abfd)->verdef[freeidx - 1];