Home
last modified time | relevance | path

Searched refs:pid_type (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dnetbsd-tdep.c429 type *pid_type = alloc.new_type (TYPE_CODE_TYPEDEF, in nbsd_get_siginfo_type() local
432 pid_type->set_target_type (int32_type); in nbsd_get_siginfo_type()
461 append_composite_type_field (option_type, "_pe_other_pid", pid_type); in nbsd_get_siginfo_type()
469 append_composite_type_field (t, "_pid", pid_type); in nbsd_get_siginfo_type()
476 append_composite_type_field (t, "_pid", pid_type); in nbsd_get_siginfo_type()
Dlinux-tdep.c276 struct type *uid_type, *pid_type; in linux_get_siginfo_type_with_fields() local
304 pid_type = alloc.new_type (TYPE_CODE_TYPEDEF, in linux_get_siginfo_type_with_fields()
307 pid_type->set_target_type (int_type); in linux_get_siginfo_type_with_fields()
308 pid_type->set_target_is_stub (true); in linux_get_siginfo_type_with_fields()
343 append_composite_type_field (type, "si_pid", pid_type); in linux_get_siginfo_type_with_fields()
356 append_composite_type_field (type, "si_pid", pid_type); in linux_get_siginfo_type_with_fields()
363 append_composite_type_field (type, "si_pid", pid_type); in linux_get_siginfo_type_with_fields()
Dfbsd-tdep.c1595 struct type *uid_type, *pid_type; in fbsd_get_siginfo_type() local
1620 pid_type = alloc.new_type (TYPE_CODE_TYPEDEF, in fbsd_get_siginfo_type()
1623 pid_type->set_target_type (int32_type); in fbsd_get_siginfo_type()
1624 pid_type->set_target_is_stub (true); in fbsd_get_siginfo_type()
1631 pid_type->set_target_is_stub (true); in fbsd_get_siginfo_type()
1670 append_composite_type_field (siginfo_type, "si_pid", pid_type); in fbsd_get_siginfo_type()
Damd-dbgapi-target.c1070 make_gpu_ptid (ptid_t::pid_type pid, amd_dbgapi_wave_id_t wave_id) in make_gpu_ptid()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.cc107 enum pid_type enum
114 static enum pid_type
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-2014831 of main_identifier_node, pid_type and optimization/option nodes.