Searched refs:output_syms (Results 1 – 3 of 3) sorted by relevance
241 struct external_nlist *output_syms; member3669 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 …]
3536 struct external_nlist *output_syms; member4797 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 …]
5463 relocs, symbol_map and output_syms.5470 preallocated output_syms.