Lines Matching refs:bfd_boolean

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)
236 (void *, bfd_signed_vma, bfd_signed_vma, bfd_boolean);
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)
281 (void *, const char *, unsigned int, bfd_boolean, unsigned int);
287 bfd_boolean (*struct_field)
291 bfd_boolean (*end_struct_type) (void *);
304 bfd_boolean (*start_class_type)
305 (void *, const char *, unsigned int, bfd_boolean, unsigned int,
306 bfd_boolean, bfd_boolean);
311 bfd_boolean (*class_static_member)
318 bfd_boolean (*class_baseclass)
319 (void *, bfd_vma, bfd_boolean, enum debug_visibility);
327 bfd_boolean (*class_start_method) (void *, const char *);
336 bfd_boolean (*class_method_variant)
337 (void *, const char *, enum debug_visibility, bfd_boolean,
338 bfd_boolean, bfd_vma, bfd_boolean);
344 bfd_boolean (*class_static_method_variant)
345 (void *, const char *, enum debug_visibility, bfd_boolean,
346 bfd_boolean);
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);
436 extern bfd_boolean debug_set_filename (void *, const char *);
441 extern bfd_boolean debug_start_source (void *, const char *);
450 extern bfd_boolean debug_record_function
451 (void *, const char *, debug_type, bfd_boolean, bfd_vma);
455 extern bfd_boolean debug_record_parameter
461 extern bfd_boolean debug_end_function (void *, bfd_vma);
468 extern bfd_boolean debug_start_block (void *, bfd_vma);
474 extern bfd_boolean debug_end_block (void *, bfd_vma);
479 extern bfd_boolean debug_record_line (void *, unsigned long, bfd_vma);
484 extern bfd_boolean debug_start_common_block (void *, const char *);
488 extern bfd_boolean debug_end_common_block (void *, const char *);
492 extern bfd_boolean debug_record_int_const (void *, const char *, bfd_vma);
496 extern bfd_boolean debug_record_float_const (void *, const char *, double);
500 extern bfd_boolean debug_record_typed_const
505 extern bfd_boolean debug_record_label
510 extern bfd_boolean debug_record_variable
530 extern debug_type debug_make_int_type (void *, unsigned int, bfd_boolean);
551 (void *, bfd_boolean, bfd_vma, debug_field *);
561 (void *, bfd_boolean, bfd_vma, debug_field *, debug_baseclass *,
562 debug_method *, debug_type, bfd_boolean);
581 (void *, debug_type, debug_type *, bfd_boolean);
601 bfd_boolean);
607 extern debug_type debug_make_set_type (void *, debug_type, bfd_boolean);
627 (void *, debug_type, debug_type, debug_type *, bfd_boolean);
650 (void *, debug_type, bfd_vma, bfd_boolean, enum debug_visibility);
688 (void *, const char *, debug_type, enum debug_visibility, bfd_boolean,
689 bfd_boolean, bfd_vma, debug_type);
696 (void *, const char *, debug_type, enum debug_visibility, bfd_boolean,
697 bfd_boolean);
710 extern bfd_boolean debug_record_type_size (void *, debug_type, unsigned int);
745 (void *, debug_type, bfd_boolean *);
789 extern bfd_boolean debug_write