Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dpdp11.c241 struct external_nlist *output_syms; member
3677 aout_info.output_syms = NULL; in NAME()
3789 aout_info.output_syms = bfd_malloc ((max_sym_count + 1) in NAME()
3794 || aout_info.output_syms == NULL) in NAME()
3920 if (aout_info.output_syms != NULL) in NAME()
3922 free (aout_info.output_syms); in NAME()
3923 aout_info.output_syms = NULL; in NAME()
3978 if (aout_info.output_syms != NULL) in NAME()
3979 free (aout_info.output_syms); in NAME()
4010 outsym = flaginfo->output_syms; in aout_link_write_symbols()
[all …]
Daoutx.h3522 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()
5346 aout_info.output_syms = NULL; in NAME()
5459 aout_info.output_syms = (struct external_nlist *) in NAME()
5464 || aout_info.output_syms == NULL) in NAME()
5592 if (aout_info.output_syms != NULL) in NAME()
5594 free (aout_info.output_syms); in NAME()
[all …]
DChangeLog-94955463 relocs, symbol_map and output_syms.
5470 preallocated output_syms.