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

  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 277 struct type *int_type, *uint_type, *long_type, *void_ptr_type, *short_type; local
295 short_type = init_integer_type (alloc, gdbarch_long_bit (gdbarch),
381 append_composite_type_field (type, "_addr_lsb", short_type);
  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 275 struct type *int_type, *uint_type, *long_type, *void_ptr_type, *short_type; local
293 short_type = init_integer_type (alloc, gdbarch_long_bit (gdbarch),
379 append_composite_type_field (type, "_addr_lsb", short_type);

Completed in 27 milliseconds