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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c5387 char *outbound_shndx;
5421 outbound_shndx = NULL;
5426 outbound_shndx = bfd_zalloc (abfd, amt);
5427 if (outbound_shndx == NULL)
5433 symtab_shndx_hdr->contents = outbound_shndx;
5450 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
5452 if (outbound_shndx != NULL)
5453 outbound_shndx += sizeof (Elf_External_Sym_Shndx);
5638 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
5640 if (outbound_shndx !
5382 char *outbound_shndx; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c6248 bfd_byte *outbound_shndx;
6281 outbound_shndx = NULL;
6286 outbound_shndx = bfd_zalloc2 (abfd, 1 + symcount,
6288 if (outbound_shndx == NULL)
6294 symtab_shndx_hdr->contents = outbound_shndx;
6311 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
6313 if (outbound_shndx != NULL)
6314 outbound_shndx += sizeof (Elf_External_Sym_Shndx);
6499 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
6501 if (outbound_shndx !
6243 bfd_byte *outbound_shndx; local
[all...]

Completed in 219 milliseconds