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

  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 277 struct type *int_type, *uint_type, *long_type, *void_ptr_type, *short_type; local
291 uint_type = init_integer_type (alloc, gdbarch_int_bit (gdbarch),
314 uint_type->length () * TARGET_CHAR_BIT,
316 uid_type->set_target_type (uint_type);
399 append_composite_type_field (type, "_arch", uint_type);
  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 282 struct type *int_type, *uint_type, *long_type, *void_ptr_type, *short_type; local
296 uint_type = init_integer_type (alloc, gdbarch_int_bit (gdbarch),
319 uint_type->length () * TARGET_CHAR_BIT,
321 uid_type->set_target_type (uint_type);
404 append_composite_type_field (type, "_arch", uint_type);

Completed in 60 milliseconds