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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c53 stub_error (LPCWSTR fmt, ...) function
86 stub_error (L"lost synchronization with host attempting %s. Error %d", huh, WSAGetLastError ());
127 stub_error (L"error getting record type from host - %s.", huh);
131 stub_error (L"error getting %s from host.", huh);
150 stub_error (L"error getting record type from host - %s.", huh);
154 stub_error (L"error getting %s from host.", huh);
181 stub_error (L"error getting string from host.");
191 stub_error (L"error writing record id for %s to host.", huh);
193 stub_error (L"error writing %s to host.", huh);
201 stub_error (
[all...]
H A Dwince.c441 stub_error (LPCSTR fmt,...) function
453 stub_error ("lost synchronization with target attempting %s", huh);
485 stub_error ("error writing record id to host for %s", huh);
487 stub_error ("error writing %s to host.", huh);
495 stub_error ("error writing record id to host for %s", huh);
497 stub_error ("error writing %s host.", huh);
511 stub_error ("error writing %s to host.", huh);
524 stub_error ("error getting record type from host - %s.", huh);
528 stub_error ("error getting %s from host.", huh);
543 stub_error ("erro
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-ppc.c3512 unsigned int stub_error:1;
8450 htab->stub_error = TRUE;
8525 htab->stub_error = TRUE;
8592 htab->stub_error = TRUE;
8690 htab->stub_error = TRUE;
8827 htab->stub_error = TRUE;
9905 htab->stub_error = TRUE;
9909 if (htab->stub_error)
3508 unsigned int stub_error:1; member in struct:ppc_link_hash_table

Completed in 82 milliseconds