Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/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