Lines Matching defs:debug_write_fns

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)
210 bfd_boolean (*pointer_type) (void *);
220 bfd_boolean (*function_type) (void *, int, bfd_boolean);
224 bfd_boolean (*reference_type) (void *);
228 bfd_boolean (*range_type) (void *, bfd_signed_vma, bfd_signed_vma);
235 bfd_boolean (*array_type)
241 bfd_boolean (*set_type) (void *, bfd_boolean);
247 bfd_boolean (*offset_type) (void *);
261 bfd_boolean (*method_type) (void *, bfd_boolean, int, bfd_boolean);
265 bfd_boolean (*const_type) (void *);
269 bfd_boolean (*volatile_type) (void *);
280 bfd_boolean (*start_struct_type)
287 bfd_boolean (*struct_field)
291 bfd_boolean (*end_struct_type) (void *);
304 bfd_boolean (*start_class_type)
311 bfd_boolean (*class_static_member)
318 bfd_boolean (*class_baseclass)
327 bfd_boolean (*class_start_method) (void *, const char *);
336 bfd_boolean (*class_method_variant)
344 bfd_boolean (*class_static_method_variant)
349 bfd_boolean (*class_end_method) (void *);
352 bfd_boolean (*end_class_type) (void *);
356 bfd_boolean (*typedef_type) (void *, const char *);
367 bfd_boolean (*tag_type)
371 bfd_boolean (*typdef) (void *, const char *);
377 bfd_boolean (*tag) (void *, const char *);
380 bfd_boolean (*int_constant) (void *, const char *, bfd_vma);
383 bfd_boolean (*float_constant) (void *, const char *, double);
387 bfd_boolean (*typed_constant) (void *, const char *, bfd_vma);
391 bfd_boolean (*variable)
398 bfd_boolean (*start_function) (void *, const char *, bfd_boolean);
402 bfd_boolean (*function_parameter)
408 bfd_boolean (*start_block) (void *, bfd_vma);
412 bfd_boolean (*end_block) (void *, bfd_vma);
415 bfd_boolean (*end_function) (void *);
418 bfd_boolean (*lineno) (void *, const char *, unsigned long, bfd_vma);