Searched defs:debug_write_fns (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 168 struct debug_write_fns struct 172 bool (*start_compilation_unit) (void *, const char *); 177 bool (*start_source) (void *, const char *); 183 bool (*empty_type) (void *); 186 bool (*void_type) (void *); 190 bool (*int_type) (void *, unsigned int, bool); 193 bool (*float_type) (void *, unsigned int); 196 bool (*complex_type) (void *, unsigned int); 199 bool (*bool_type) (void *, unsigned int); 205 bool (*enum_type) [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 168 struct debug_write_fns struct 172 bool (*start_compilation_unit) (void *, const char *); 177 bool (*start_source) (void *, const char *); 183 bool (*empty_type) (void *); 186 bool (*void_type) (void *); 190 bool (*int_type) (void *, unsigned int, bool); 193 bool (*float_type) (void *, unsigned int); 196 bool (*complex_type) (void *, unsigned int); 199 bool (*bool_type) (void *, unsigned int); 205 bool (*enum_type) [all …]
|