Searched refs:stub_error (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | wince-stub.c | 53 stub_error (LPCWSTR fmt, ...) in stub_error() function 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() 193 stub_error (L"error writing %s to host.", huh); in putdword() 203 stub_error (L"error writing %s to host.", huh); in putword() 217 stub_error (L"error writing memory to host."); in putmemory() 559 stub_error (L"Couldn't initialize WINSOCK."); in WinMain() [all …]
|
H A D | wince.c | 436 stub_error (LPCSTR fmt,...) in stub_error() function 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() 542 stub_error ("error getting %s from host.", huh); in getword() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-ppc.c | 2856 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()
|
H A D | ChangeLog-0203 | 9273 Rename plt_overflow to stub_error.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-ppc.c | 3409 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()
|
H A D | ChangeLog-2004 | 1881 Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
|
H A D | ChangeLog-0203 | 9273 Rename plt_overflow to stub_error.
|