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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c6260 bfd_byte *outbound_shndx;
6293 outbound_shndx = NULL;
6298 outbound_shndx = bfd_zalloc2 (abfd, 1 + symcount,
6300 if (outbound_shndx == NULL)
6306 symtab_shndx_hdr->contents = outbound_shndx;
6323 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
6325 if (outbound_shndx != NULL)
6326 outbound_shndx += sizeof (Elf_External_Sym_Shndx);
6515 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx);
6517 if (outbound_shndx !
6255 bfd_byte *outbound_shndx; local
[all...]

Completed in 125 milliseconds