Home
last modified time | relevance | path

Searched defs:objfile_type (Results 1 – 5 of 5) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgdbtypes.h1206 struct objfile_type struct
1209 struct type *builtin_void;
1210 struct type *builtin_char;
1211 struct type *builtin_short;
1212 struct type *builtin_int;
1213 struct type *builtin_long;
1214 struct type *builtin_long_long;
1215 struct type *builtin_signed_char;
1216 struct type *builtin_unsigned_char;
1217 struct type *builtin_unsigned_short;
[all …]
H A Dgdbtypes.c3795 objfile_type (struct objfile *objfile) in objfile_type() function
3798 struct objfile_type *objfile_type in objfile_type() local
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgdbtypes.h1348 struct objfile_type struct
1351 struct type *builtin_void;
1352 struct type *builtin_char;
1353 struct type *builtin_short;
1354 struct type *builtin_int;
1355 struct type *builtin_long;
1356 struct type *builtin_long_long;
1357 struct type *builtin_signed_char;
1358 struct type *builtin_unsigned_char;
1359 struct type *builtin_unsigned_short;
[all …]
H A Dgdbtypes.c3930 objfile_type (struct objfile *objfile) in objfile_type() function
3933 struct objfile_type *objfile_type in objfile_type() local
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgdbtypes.h2218 struct objfile_type struct
2221 struct type *builtin_void;
2222 struct type *builtin_char;
2223 struct type *builtin_short;
2224 struct type *builtin_int;
2225 struct type *builtin_long;
2226 struct type *builtin_long_long;
2227 struct type *builtin_signed_char;
2228 struct type *builtin_unsigned_char;
2230 struct type *builtin_unsigned_int;
[all …]