Searched refs:swap_symbol_out (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-bfd.h | 603 void (*swap_symbol_out) member
|
D | elfcode.h | 100 #define elf_swap_symbol_out NAME(bfd_elf,swap_symbol_out)
|
D | elflink.c | 8440 bed->s->swap_symbol_out (flinfo->output_bfd, elfsym, dest, destshndx); in elf_link_output_sym() 9021 bed->s->swap_symbol_out (flinfo->output_bfd, &sym, esym, 0); in elf_link_output_extsym() 11048 bed->s->swap_symbol_out (abfd, &sym, dest, 0); in bfd_elf_final_link() 11084 bed->s->swap_symbol_out (abfd, &sym, dest, 0); in bfd_elf_final_link()
|
D | elf.c | 6850 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx); in swap_out_syms() 7061 bed->s->swap_symbol_out (abfd, &sym, outbound_syms, outbound_shndx); in swap_out_syms()
|
D | ChangeLog-2004 | 3998 Pass bed to elf_link_flush_output_syms. Use bed swap_symbol_out. 4002 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
|
D | ChangeLog-9495 | 2660 swap_symbol_out from char * to PTR. 2666 swap_symbol_out routine. 6190 * elfcode.h (swap_symbol_in, swap_symbol_out): Externalize.
|
D | ChangeLog-2005 | 4097 .dynsym contents. Don't bother calling swap_symbol_out on the
|
D | ChangeLog-9697 | 4730 swap_symbol_out.
|
D | ChangeLog-0001 | 221 * elf-bfd.h (elf_size_info <swap_symbol_out>): Add shndx param.
|