Home | History | Annotate | Download | only in bfd

Lines Matching defs:verdef

131 /* Swap in a Verdef structure.  */
147 /* Swap out a Verdef structure. */
1686 case DT_VERDEF: name = "VERDEF"; break;
1719 if ((elf_dynverdef (abfd) != 0 && elf_tdata (abfd)->verdef == NULL)
1731 for (t = elf_tdata (abfd)->verdef; t != NULL; t = t->vd_nextdef)
1895 bfd_byte *verdef = NULL;
2242 verdef = _bfd_mmap_persistent (abfd, verdef_size);
2265 elf_tdata (abfd)->dt_verdef = verdef;
2360 || (elf_tdata (abfd)->verdef[0].vd_flags
2366 = elf_tdata (abfd)->verdef[vernum - 1].vd_nodename;
9579 elf_tdata (abfd)->verdef = NULL;
9644 elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *) bfd_zalloc (abfd, amt);
9645 if (elf_tdata (abfd)->verdef == NULL)
9651 iverdefarr = elf_tdata (abfd)->verdef;
9760 elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *) bfd_zalloc (abfd, amt);
9761 if (elf_tdata (abfd)->verdef == NULL)
9773 iverdef = &elf_tdata (abfd)->verdef[freeidx - 1];