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

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 414 struct type *gdb_ptr_type, *gdb_type_from_ptr, *gdb_type, *retval; local
461 gdb_type = gdb_val_sym->type ();
462 gdb_type = check_typedef (gdb_type);
473 if (types_deeply_equal (gdb_type, gdb_type_from_ptr))
478 return gdb_type;
481 if (gdb_type->code () != TYPE_CODE_PTR)
502 gdb_type->target_type ()))
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 415 struct type *gdb_ptr_type, *gdb_type_from_ptr, *gdb_type, *retval; local
462 gdb_type = gdb_val_sym->type ();
463 gdb_type = check_typedef (gdb_type);
474 if (types_deeply_equal (gdb_type, gdb_type_from_ptr))
479 return gdb_type;
482 if (gdb_type->code () != TYPE_CODE_PTR)
503 gdb_type->target_type ()))
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 720 struct type *gdb_type local
729 append_flags_type_flag (gdb_type, field.bit_pos_start,
738 (gdb_type, field.bit_pos_start,
744 return gdb_type;
752 struct type *gdb_type local
757 gdb_type->alloc_fields (enum_type.size ());
758 gdb_type->set_is_unsigned (true);
763 gdb_type->field (i).set_name (xstrdup (field.name.c_str ()));
764 gdb_type->field (i).set_loc_enumval (field.value);
767 return gdb_type;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 720 struct type *gdb_type local
729 append_flags_type_flag (gdb_type, field.bit_pos_start,
738 (gdb_type, field.bit_pos_start,
744 return gdb_type;
752 struct type *gdb_type local
757 gdb_type->alloc_fields (enum_type.size ());
758 gdb_type->set_is_unsigned (true);
763 gdb_type->field (i).set_name (xstrdup (field.name.c_str ()));
764 gdb_type->field (i).set_loc_enumval (field.value);
767 return gdb_type;
    [all...]

Completed in 58 milliseconds