HomeSort by: relevance | last modified time | path
    Searched defs:pid_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-tdep.c 428 type *pid_type = alloc.new_type (TYPE_CODE_TYPEDEF, local
431 pid_type->set_target_type (int32_type);
460 append_composite_type_field (option_type, "_pe_other_pid", pid_type);
468 append_composite_type_field (t, "_pid", pid_type);
475 append_composite_type_field (t, "_pid", pid_type);
linux-tdep.c 278 struct type *uid_type, *pid_type; local
306 pid_type = alloc.new_type (TYPE_CODE_TYPEDEF,
309 pid_type->set_target_type (int_type);
310 pid_type->set_target_is_stub (true);
345 append_composite_type_field (type, "si_pid", pid_type);
358 append_composite_type_field (type, "si_pid", pid_type);
365 append_composite_type_field (type, "si_pid", pid_type);
fbsd-tdep.c 1596 struct type *uid_type, *pid_type; local
1621 pid_type = alloc.new_type (TYPE_CODE_TYPEDEF,
1624 pid_type->set_target_type (int32_type);
1625 pid_type->set_target_is_stub (true);
1632 pid_type->set_target_is_stub (true);
1671 append_composite_type_field (siginfo_type, "si_pid", pid_type);
  /src/external/gpl3/gdb/dist/gdb/
netbsd-tdep.c 428 type *pid_type = alloc.new_type (TYPE_CODE_TYPEDEF, local
431 pid_type->set_target_type (int32_type);
460 append_composite_type_field (option_type, "_pe_other_pid", pid_type);
468 append_composite_type_field (t, "_pid", pid_type);
475 append_composite_type_field (t, "_pid", pid_type);
linux-tdep.c 283 struct type *uid_type, *pid_type; local
311 pid_type = alloc.new_type (TYPE_CODE_TYPEDEF,
314 pid_type->set_target_type (int_type);
315 pid_type->set_target_is_stub (true);
350 append_composite_type_field (type, "si_pid", pid_type);
363 append_composite_type_field (type, "si_pid", pid_type);
370 append_composite_type_field (type, "si_pid", pid_type);
fbsd-tdep.c 1584 struct type *uid_type, *pid_type; local
1609 pid_type = alloc.new_type (TYPE_CODE_TYPEDEF,
1612 pid_type->set_target_type (int32_type);
1613 pid_type->set_target_is_stub (true);
1620 pid_type->set_target_is_stub (true);
1659 append_composite_type_field (siginfo_type, "si_pid", pid_type);
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.cc 109 enum pid_type
116 static enum pid_type
107 enum pid_type enum
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.cc 109 enum pid_type
116 static enum pid_type
107 enum pid_type enum

Completed in 26 milliseconds