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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c6259 bfd_byte *outbound_syms;
6285 outbound_syms = bfd_alloc2 (abfd, 1 + symcount, bed->s->sizeof_sym);
6286 if (outbound_syms == NULL)
6291 symtab_hdr->contents = outbound_syms;
6323 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
6324 outbound_syms += bed->s->sizeof_sym;
6515 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
6516 outbound_syms += bed->s->sizeof_sym;
6254 bfd_byte *outbound_syms; local

Completed in 102 milliseconds