Home | History | Annotate | Download | only in bfd

Lines Matching defs:verdef

63 /* Swap in a Verdef structure.  */
79 /* Swap out a Verdef structure. */
1622 case DT_VERDEF: name = "VERDEF"; break;
1655 if ((elf_dynverdef (abfd) != 0 && elf_tdata (abfd)->verdef == NULL)
1667 for (t = elf_tdata (abfd)->verdef; t != NULL; t = t->vd_nextdef)
1831 bfd_byte *verdef = NULL;
2178 verdef = _bfd_mmap_persistent (abfd, verdef_size);
2201 elf_tdata (abfd)->dt_verdef = verdef;
2296 || (elf_tdata (abfd)->verdef[0].vd_flags
2302 = elf_tdata (abfd)->verdef[vernum - 1].vd_nodename;
9510 elf_tdata (abfd)->verdef = NULL;
9575 elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *) bfd_zalloc (abfd, amt);
9576 if (elf_tdata (abfd)->verdef == NULL)
9582 iverdefarr = elf_tdata (abfd)->verdef;
9691 elf_tdata (abfd)->verdef = (Elf_Internal_Verdef *) bfd_zalloc (abfd, amt);
9692 if (elf_tdata (abfd)->verdef == NULL)
9704 iverdef = &elf_tdata (abfd)->verdef[freeidx - 1];