Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dpdp11.c241 struct external_nlist *output_syms; member
3669 aout_info.output_syms = NULL; in NAME()
3781 aout_info.output_syms = bfd_malloc ((max_sym_count + 1) in NAME()
3786 || aout_info.output_syms == NULL) in NAME()
3912 if (aout_info.output_syms != NULL) in NAME()
3914 free (aout_info.output_syms); in NAME()
3915 aout_info.output_syms = NULL; in NAME()
3970 if (aout_info.output_syms != NULL) in NAME()
3971 free (aout_info.output_syms); in NAME()
4002 outsym = flaginfo->output_syms; in aout_link_write_symbols()
[all …]
Daoutx.h3536 struct external_nlist *output_syms; member
4797 outsym = flaginfo->output_syms; in aout_link_write_symbols()
5240 if (outsym > flaginfo->output_syms) in aout_link_write_symbols()
5246 outsym_size = outsym - flaginfo->output_syms; in aout_link_write_symbols()
5248 if (bfd_bwrite ((void *) flaginfo->output_syms, outsym_size, output_bfd) in aout_link_write_symbols()
5344 aout_info.output_syms = NULL; in NAME()
5457 aout_info.output_syms = (struct external_nlist *) in NAME()
5462 || aout_info.output_syms == NULL) in NAME()
5590 if (aout_info.output_syms != NULL) in NAME()
5592 free (aout_info.output_syms); in NAME()
[all …]
DChangeLog-94955463 relocs, symbol_map and output_syms.
5470 preallocated output_syms.