Searched refs:outsyms (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c659 finfo.outsyms = NULL;
854 finfo.outsyms = bfd_malloc ((max_sym_count + 1) * symesz);
868 || finfo.outsyms == NULL
973 finfo.outsyms);
977 || bfd_bwrite (finfo.outsyms, symesz, abfd) != symesz)
1000 /* The outsyms buffer is used by _bfd_coff_write_global_sym. */
1001 if (finfo.outsyms != NULL)
1003 free (finfo.outsyms);
1004 finfo.outsyms = NULL;
1151 if (finfo.outsyms !
[all...]
H A Dxcofflink.c106 bfd_byte *outsyms; member in struct:xcoff_final_link_info
3574 finfo.outsyms = NULL;
3868 finfo.outsyms = (bfd_byte *) bfd_malloc (amt);
3881 || finfo.outsyms == NULL
3959 (PTR) finfo.outsyms);
3962 || bfd_bwrite (finfo.outsyms, symesz, abfd) != symesz)
3972 if (finfo.outsyms != NULL)
3974 free (finfo.outsyms);
3975 finfo.outsyms = NULL;
4170 if (finfo.outsyms !
[all...]
H A Dcoff-ppc.c2278 finfo.outsyms = NULL;
2460 finfo.outsyms = (bfd_byte *) bfd_malloc (amt);
2473 || finfo.outsyms == NULL
2591 (PTR) finfo.outsyms);
2594 || bfd_bwrite (finfo.outsyms, symesz, abfd) != symesz)
2605 /* The outsyms buffer is used by _bfd_coff_write_global_sym. */
2606 if (finfo.outsyms != NULL)
2608 free (finfo.outsyms);
2609 finfo.outsyms = NULL;
2736 if (finfo.outsyms !
[all...]
H A Dbout.c329 asymbol **outsyms, **p, **q; local
331 outsyms = bfd_get_outsymbols (abfd);
332 p = outsyms + bfd_get_symcount (abfd);
334 for (q = p--; p >= outsyms; p--)
344 if (q > outsyms)
345 qsort (outsyms, (size_t) (q - outsyms), sizeof (asymbol*),
H A Dlibcoff-in.h488 bfd_byte *outsyms; member in struct:coff_final_link_info
H A Dlinker.c793 struct bfd_symbol **outsyms;
798 outsyms = _bfd_generic_link_get_symbols (abfd);
799 return generic_link_add_symbol_list (abfd, info, symcount, outsyms, collect);
791 struct bfd_symbol **outsyms; local
H A Dcoffcode.h2539 asymbol **outsyms = abfd->outsymbols;
2541 for (j = first_undef; outsyms[j]; j++)
2543 const char *intable = outsyms[j]->name;
2547 q->sym_ptr_ptr = outsyms + j;
2538 asymbol **outsyms = abfd->outsymbols; variable
H A Dlibcoff.h492 bfd_byte *outsyms; member in struct:coff_final_link_info

Completed in 213 milliseconds