Home | History | Annotate | Download | only in bfd

Lines Matching defs:sym_ptr_ptr

1212   asymbol **sym_ptr_ptr;
1215 sym_ptr_ptr = bfd_get_outsymbols (abfd);
1216 if (sym_ptr_ptr == NULL)
1219 for (c = bfd_get_symcount (abfd); c > 0; c--, sym_ptr_ptr++)
1224 sym_ptr = *sym_ptr_ptr;