Home
last modified time | relevance | path

Searched refs:stub_error (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince-stub.c53 stub_error (LPCWSTR fmt, ...) in stub_error() function
86 stub_error (L"lost synchronization with host attempting %s. Error %d", huh, WSAGetLastError ()); in attempt_resync()
127 stub_error (L"error getting record type from host - %s.", huh); in getdword()
131 stub_error (L"error getting %s from host.", huh); in getdword()
150 stub_error (L"error getting record type from host - %s.", huh); in getword()
154 stub_error (L"error getting %s from host.", huh); in getword()
181 stub_error (L"error getting string from host."); in getmemory()
191 stub_error (L"error writing record id for %s to host.", huh); in putdword()
193 stub_error (L"error writing %s to host.", huh); in putdword()
201 stub_error (L"error writing record id for %s to host.", huh); in putword()
[all …]
Dwince.c436 stub_error (LPCSTR fmt,...) in stub_error() function
448 stub_error ("lost synchronization with target attempting %s", huh); in attempt_resync()
480 stub_error ("error writing record id to host for %s", huh); in putdword()
482 stub_error ("error writing %s to host.", huh); in putdword()
490 stub_error ("error writing record id to host for %s", huh); in putword()
492 stub_error ("error writing %s host.", huh); in putword()
506 stub_error ("error writing %s to host.", huh); in putmemory()
519 stub_error ("error getting record type from host - %s.", huh); in getdword()
523 stub_error ("error getting %s from host.", huh); in getdword()
538 stub_error ("error getting record type from host - %s.", huh); in getword()
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-ppc.c2856 unsigned int stub_error; member
6274 htab->stub_error = TRUE; in ppc_build_one_stub()
6314 htab->stub_error = TRUE; in ppc_build_one_stub()
6389 htab->stub_error = TRUE; in ppc_build_one_stub()
6505 htab->stub_error = TRUE; in ppc_size_one_stub()
7333 htab->stub_error = TRUE; in ppc64_elf_build_stubs()
7337 if (htab->stub_error) in ppc64_elf_build_stubs()
DChangeLog-02039273 Rename plt_overflow to stub_error.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-ppc.c3409 unsigned int stub_error:1; member
8263 htab->stub_error = TRUE; in ppc_build_one_stub()
8338 htab->stub_error = TRUE; in ppc_build_one_stub()
8378 htab->stub_error = TRUE; in ppc_build_one_stub()
8454 htab->stub_error = TRUE; in ppc_build_one_stub()
8582 htab->stub_error = TRUE; in ppc_size_one_stub()
9630 htab->stub_error = TRUE; in ppc64_elf_build_stubs()
9634 if (htab->stub_error) in ppc64_elf_build_stubs()
DChangeLog-20041881 Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
DChangeLog-02039273 Rename plt_overflow to stub_error.