Searched refs:target_type (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Darm-linux-tdep.c150 struct type *arg_type, *target_type; local
153 target_type = TYPE_TARGET_TYPE (arg_type);
177 && NULL != target_type
178 && TYPE_CODE_FUNC == TYPE_CODE (target_type))
H A Dada-typeprint.c139 struct type *target_type;
140 target_type = TYPE_TARGET_TYPE (type);
141 if (target_type == NULL)
142 target_type = type;
144 switch (TYPE_CODE (target_type))
153 target_type = builtin_type_int;
177 ada_print_scalar (target_type, lower_bound, stream);
179 ada_print_scalar (target_type, upper_bound, stream);
138 struct type *target_type; local
H A Docd.c163 enum ocd_target_type target_type;
165 target_type = *(enum ocd_target_type *) dummy;
176 buf[3] = target_type;
249 ocd_open (char *name, int from_tty, enum ocd_target_type target_type,
303 if (!catch_errors (ocd_start_remote, &target_type,
161 enum ocd_target_type target_type; local
247 ocd_open(char *name, int from_tty, enum ocd_target_type target_type, struct target_ops *ops) argument
H A Djv-valprint.c460 struct type *target_type; local
490 target_type = check_typedef (TYPE_TARGET_TYPE (type));
492 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC)
H A Dada-valprint.c691 struct type *target_type = TYPE_TARGET_TYPE (type);
692 if (TYPE_LENGTH (type) != TYPE_LENGTH (target_type))
698 struct value *v = value_cast (target_type,
701 return ada_val_print_1 (target_type, VALUE_CONTENTS (v), 0, 0,
690 struct type *target_type = TYPE_TARGET_TYPE (type); local
H A Dcp-valprint.c79 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
81 domain = TYPE_DOMAIN_TYPE (target_type);
H A Dgdbtypes.c1444 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
1446 if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
1460 * TYPE_LENGTH (target_type));
1465 TYPE_LENGTH (type) = TYPE_LENGTH (target_type);
2975 printfi_filtered (spaces, "target_type ");
3338 build_complex (int bit, char *name, struct type *target_type)
3341 if (bit <= 0 || target_type == builtin_type_error)
3348 TYPE_TARGET_TYPE (t) = target_type;
3337 build_complex(int bit, char *name, struct type *target_type) argument
H A Darm-tdep.c1223 struct type *target_type; local
1229 target_type = TYPE_TARGET_TYPE (arg_type);
1237 && target_type != NULL
1238 && TYPE_CODE_FUNC == TYPE_CODE (target_type))
H A Dgdbtypes.h374 struct type *target_type; member in struct:main_type
796 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
H A Dp-valprint.c610 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type));
612 domain = TYPE_DOMAIN_TYPE (target_type);
608 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local

Completed in 88 milliseconds