Searched refs:temp_sym (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c90 static char *temp_sym; variable
549 temp_sym = (char *) xmalloc
551 temp_aux = temp_sym + cdata->local_symesz;
552 back_to = make_cleanup (free_current_contents, &temp_sym);
1124 bfd_bread (temp_sym, local_symesz, nlist_bfd_global);
1125 bfd_coff_swap_sym_in (symfile_bfd, temp_sym, (char *) sym);

Completed in 105 milliseconds