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

  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-tdep.c 419 type *int32_type = builtin_type (gdbarch)->builtin_int32; local
429 int32_type->length () * char_bits,
431 pid_type->set_target_type (int32_type);
447 int32_type->length () * char_bits,
449 lwpid_type->set_target_type (int32_type);
fbsd-tdep.c 1595 struct type *int_type, *int32_type, *uint32_type, *long_type, *void_ptr_type; local
1608 int32_type = init_integer_type (alloc, 32, 0, "int32_t");
1622 int32_type->length () * TARGET_CHAR_BIT,
1624 pid_type->set_target_type (int32_type);
  /src/external/gpl3/gdb/dist/gdb/
netbsd-tdep.c 419 type *int32_type = builtin_type (gdbarch)->builtin_int32; local
429 int32_type->length () * char_bits,
431 pid_type->set_target_type (int32_type);
447 int32_type->length () * char_bits,
449 lwpid_type->set_target_type (int32_type);
fbsd-tdep.c 1583 struct type *int_type, *int32_type, *uint32_type, *long_type, *void_ptr_type; local
1596 int32_type = init_integer_type (alloc, 32, 0, "int32_t");
1610 int32_type->length () * TARGET_CHAR_BIT,
1612 pid_type->set_target_type (int32_type);

Completed in 23 milliseconds