Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h168 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 …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h168 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 …]