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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dbfd.c1430 bfd_set_error_handler (bfd_error_handler_type pnew)
1435 _bfd_error_internal = pnew;
1515 bfd_set_assert_handler (bfd_assert_handler_type pnew)
1520 _bfd_assert_handler = pnew;
1428 bfd_set_error_handler(bfd_error_handler_type pnew) argument
1513 bfd_set_assert_handler(bfd_assert_handler_type pnew) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dbfd.c1500 bfd_set_error_handler (bfd_error_handler_type pnew)
1505 _bfd_error_internal = pnew;
1623 bfd_set_assert_handler (bfd_assert_handler_type pnew)
1628 _bfd_assert_handler = pnew;
1498 bfd_set_error_handler(bfd_error_handler_type pnew) argument
1621 bfd_set_assert_handler(bfd_assert_handler_type pnew) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dbfd.c1417 bfd_set_error_handler (bfd_error_handler_type pnew)
1422 _bfd_error_internal = pnew;
1502 bfd_set_assert_handler (bfd_assert_handler_type pnew)
1507 _bfd_assert_handler = pnew;
1415 bfd_set_error_handler(bfd_error_handler_type pnew) argument
1500 bfd_set_assert_handler(bfd_assert_handler_type pnew) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dbfd.c1588 bfd_set_error_handler (bfd_error_handler_type pnew)
1593 _bfd_error_internal = pnew;
1710 bfd_set_assert_handler (bfd_assert_handler_type pnew)
1715 _bfd_assert_handler = pnew;
1586 bfd_set_error_handler(bfd_error_handler_type pnew) argument
1708 bfd_set_assert_handler(bfd_assert_handler_type pnew) argument
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c5252 Hwcentry *pnew = list_append_shallow_copy (raw_out, pctr); local
5256 free (pnew->reg_list);
5257 pnew->reg_list = NULL;
5258 regno_add (pnew, 1); // only allow register 1
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c5288 Hwcentry *pnew = list_append_shallow_copy (raw_out, pctr); local
5292 free (pnew->reg_list);
5293 pnew->reg_list = NULL;
5294 regno_add (pnew, 1); // only allow register 1

Completed in 141 milliseconds