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