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

/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-subr.c197 static ctf_list_t open_errors; variable
242 ctf_list_append (&open_errors, cew);
245 /* Move all the errors/warnings from an fp into the open_errors. */
249 ctf_list_splice (&open_errors, &fp->ctf_errs_warnings);
256 An fp of NULL returns CTF-open-time errors from the open_errors variable
280 errlist = &open_errors;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-subr.c197 static ctf_list_t open_errors; variable
244 ctf_list_append (&open_errors, cew);
247 /* Move all the errors/warnings from an fp into the open_errors. */
251 ctf_list_splice (&open_errors, &fp->ctf_errs_warnings);
258 An fp of NULL returns CTF-open-time errors from the open_errors variable
282 errlist = &open_errors;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-subr.c197 static ctf_list_t open_errors; variable
244 ctf_list_append (&open_errors, cew);
247 /* Move all the errors/warnings from an fp into the open_errors. */
251 ctf_list_splice (&open_errors, &fp->ctf_errs_warnings);
258 An fp of NULL returns CTF-open-time errors from the open_errors variable
282 errlist = &open_errors;
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-subr.c197 static ctf_list_t open_errors; variable
244 ctf_list_append (&open_errors, cew);
247 /* Move all the errors/warnings from an fp into the open_errors. */
251 ctf_list_splice (&open_errors, &fp->ctf_errs_warnings);
258 An fp of NULL returns CTF-open-time errors from the open_errors variable
282 errlist = &open_errors;

Completed in 103 milliseconds