Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delflink.c7649 Elf_External_Sym_Shndx *destshndx; in elf_link_output_sym() local
7682 destshndx = finfo->symshndxbuf; in elf_link_output_sym()
7683 if (destshndx != NULL) in elf_link_output_sym()
7690 finfo->symshndxbuf = destshndx = bfd_realloc (destshndx, amt * 2); in elf_link_output_sym()
7691 if (destshndx == NULL) in elf_link_output_sym()
7693 memset ((char *) destshndx + amt, 0, amt); in elf_link_output_sym()
7696 destshndx += bfd_get_symcount (finfo->output_bfd); in elf_link_output_sym()
7699 bed->s->swap_symbol_out (finfo->output_bfd, elfsym, dest, destshndx); in elf_link_output_sym()