Home | History | Annotate | Download | only in bfd

Lines Matching full:symdefs

1927   bfd_ardata (abfd)->symdefs = (carsym *) bfd_alloc (abfd, amt);
1928 if (bfd_ardata (abfd)->symdefs == NULL)
1932 for (i = 0, arsym = bfd_ardata (abfd)->symdefs, p = contents + 8;
1939 for (i = 0, arsym = bfd_ardata (abfd)->symdefs;
2004 bfd_ardata (abfd)->symdefs = NULL;