Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c5381 char *outbound_syms; in swap_out_syms() local
5408 outbound_syms = bfd_alloc (abfd, amt); in swap_out_syms()
5409 if (outbound_syms == NULL) in swap_out_syms()
5414 symtab_hdr->contents = outbound_syms; in swap_out_syms()
5445 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx); in swap_out_syms()
5446 outbound_syms += bed->s->sizeof_sym; in swap_out_syms()
5633 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx); in swap_out_syms()
5634 outbound_syms += bed->s->sizeof_sym; in swap_out_syms()
DChangeLog-94954744 (swap_out_syms): Use outbound_syms as a pointer rather than as an
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c6242 bfd_byte *outbound_syms; in swap_out_syms() local
6268 outbound_syms = bfd_alloc2 (abfd, 1 + symcount, bed->s->sizeof_sym); in swap_out_syms()
6269 if (outbound_syms == NULL) in swap_out_syms()
6274 symtab_hdr->contents = outbound_syms; in swap_out_syms()
6306 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx); in swap_out_syms()
6307 outbound_syms += bed->s->sizeof_sym; in swap_out_syms()
6494 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx); in swap_out_syms()
6495 outbound_syms += bed->s->sizeof_sym; in swap_out_syms()
DChangeLog-94954744 (swap_out_syms): Use outbound_syms as a pointer rather than as an