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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c661 finfo.outsyms = NULL;
856 finfo.outsyms = bfd_malloc ((max_sym_count + 1) * symesz);
870 || finfo.outsyms == NULL
975 finfo.outsyms);
979 || bfd_bwrite (finfo.outsyms, symesz, abfd) != symesz)
1002 /* The outsyms buffer is used by _bfd_coff_write_global_sym. */
1003 if (finfo.outsyms != NULL)
1005 free (finfo.outsyms);
1006 finfo.outsyms = NULL;
1153 if (finfo.outsyms !
[all...]
H A Dxcofflink.c108 bfd_byte *outsyms; member in struct:xcoff_final_link_info
3466 outsym = finfo->outsyms;
3815 (void *) (finfo->outsyms
3909 outsym = finfo->outsyms;
4169 oos = finfo->outsyms;
4230 (void *) (finfo->outsyms
4236 if (outsym > finfo->outsyms)
4239 bfd_size_type amt = outsym - finfo->outsyms;
4241 || bfd_bwrite (finfo->outsyms, amt, output_bfd) != amt)
4245 + (outsym - finfo->outsyms) / osymes
[all...]
H A Dcoff-ppc.c2101 finfo.outsyms = NULL;
2283 finfo.outsyms = (bfd_byte *) bfd_malloc (amt);
2296 || finfo.outsyms == NULL
2414 (PTR) finfo.outsyms);
2417 || bfd_bwrite (finfo.outsyms, symesz, abfd) != symesz)
2428 /* The outsyms buffer is used by _bfd_coff_write_global_sym. */
2429 if (finfo.outsyms != NULL)
2431 free (finfo.outsyms);
2432 finfo.outsyms = NULL;
2559 if (finfo.outsyms !
[all...]
H A Dbout.c434 asymbol **outsyms, **p, **q; local
436 outsyms = bfd_get_outsymbols (abfd);
437 p = outsyms + bfd_get_symcount (abfd);
439 for (q = p--; p >= outsyms; p--)
449 if (q > outsyms)
450 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 Dlibcoff.h492 bfd_byte *outsyms; member in struct:coff_final_link_info
H A Dlinker.c837 struct bfd_symbol **outsyms;
842 outsyms = _bfd_generic_link_get_symbols (abfd);
843 return generic_link_add_symbol_list (abfd, info, symcount, outsyms, collect);
835 struct bfd_symbol **outsyms; local
H A Dcoffcode.h2504 asymbol **outsyms = abfd->outsymbols;
2506 for (j = first_undef; outsyms[j]; j++)
2508 const char *intable = outsyms[j]->name;
2513 q->sym_ptr_ptr = outsyms + j;
2503 asymbol **outsyms = abfd->outsymbols; local

Completed in 218 milliseconds