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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c91 static char *temp_aux; variable
551 temp_aux = temp_sym + cdata->local_symesz;
1129 bfd_bread (temp_aux, local_auxesz, nlist_bfd_global);
1130 bfd_coff_swap_aux_in (symfile_bfd, temp_aux, sym->n_type, sym->n_sclass,
1135 bfd_bread (temp_aux, local_auxesz, nlist_bfd_global);

Completed in 103 milliseconds