#include <debug.h>
Public Member Functions | |
| boolean start_compilation_unit | PARAMS ((PTR, const char *)) |
| boolean start_source | PARAMS ((PTR, const char *)) |
| boolean empty_type | PARAMS ((PTR)) |
| boolean void_type | PARAMS ((PTR)) |
| boolean int_type | PARAMS ((PTR, unsigned int, boolean)) |
| boolean float_type | PARAMS ((PTR, unsigned int)) |
| boolean complex_type | PARAMS ((PTR, unsigned int)) |
| boolean bool_type | PARAMS ((PTR, unsigned int)) |
| boolean enum_type | PARAMS ((PTR, const char *, const char **, bfd_signed_vma *)) |
| boolean pointer_type | PARAMS ((PTR)) |
| boolean function_type | PARAMS ((PTR, int, boolean)) |
| boolean reference_type | PARAMS ((PTR)) |
| boolean range_type | PARAMS ((PTR, bfd_signed_vma, bfd_signed_vma)) |
| boolean array_type | PARAMS ((PTR, bfd_signed_vma, bfd_signed_vma, boolean)) |
| boolean set_type | PARAMS ((PTR, boolean)) |
| boolean offset_type | PARAMS ((PTR)) |
| boolean method_type | PARAMS ((PTR, boolean, int, boolean)) |
| boolean const_type | PARAMS ((PTR)) |
| boolean volatile_type | PARAMS ((PTR)) |
| boolean start_struct_type | PARAMS ((PTR, const char *, unsigned int, boolean, unsigned int)) |
| boolean struct_field | PARAMS ((PTR, const char *, bfd_vma, bfd_vma, enum debug_visibility)) |
| boolean end_struct_type | PARAMS ((PTR)) |
| boolean start_class_type | PARAMS ((PTR, const char *, unsigned int, boolean, unsigned int, boolean, boolean)) |
| boolean class_static_member | PARAMS ((PTR, const char *, const char *, enum debug_visibility)) |
| boolean class_baseclass | PARAMS ((PTR, bfd_vma, boolean, enum debug_visibility)) |
| boolean class_start_method | PARAMS ((PTR, const char *)) |
| boolean class_method_variant | PARAMS ((PTR, const char *, enum debug_visibility, boolean, boolean, bfd_vma, boolean)) |
| boolean class_static_method_variant | PARAMS ((PTR, const char *, enum debug_visibility, boolean, boolean)) |
| boolean class_end_method | PARAMS ((PTR)) |
| boolean end_class_type | PARAMS ((PTR)) |
| boolean typedef_type | PARAMS ((PTR, const char *)) |
| boolean tag_type | PARAMS ((PTR, const char *, unsigned int, enum debug_type_kind)) |
| boolean typdef | PARAMS ((PTR, const char *)) |
| boolean tag | PARAMS ((PTR, const char *)) |
| boolean int_constant | PARAMS ((PTR, const char *, bfd_vma)) |
| boolean float_constant | PARAMS ((PTR, const char *, double)) |
| boolean typed_constant | PARAMS ((PTR, const char *, bfd_vma)) |
| boolean variable | PARAMS ((PTR, const char *, enum debug_var_kind, bfd_vma)) |
| boolean start_function | PARAMS ((PTR, const char *, boolean)) |
| boolean function_parameter | PARAMS ((PTR, const char *, enum debug_parm_kind, bfd_vma)) |
| boolean start_block | PARAMS ((PTR, bfd_vma)) |
| boolean end_block | PARAMS ((PTR, bfd_vma)) |
| boolean end_function | PARAMS ((PTR)) |
| boolean lineno | PARAMS ((PTR, const char *, unsigned long, bfd_vma)) |
Definition at line 168 of file debug.h.
| boolean lineno debug_write_fns::PARAMS | ( | (PTR, const char *, unsigned long, bfd_vma) | ) |
| boolean end_function debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean end_block debug_write_fns::PARAMS | ( | (PTR, bfd_vma) | ) |
| boolean start_block debug_write_fns::PARAMS | ( | (PTR, bfd_vma) | ) |
| boolean function_parameter debug_write_fns::PARAMS | ( | (PTR, const char *, enum debug_parm_kind, bfd_vma) | ) |
| boolean start_function debug_write_fns::PARAMS | ( | (PTR, const char *, boolean) | ) |
| boolean variable debug_write_fns::PARAMS | ( | (PTR, const char *, enum debug_var_kind, bfd_vma) | ) |
| boolean typed_constant debug_write_fns::PARAMS | ( | (PTR, const char *, bfd_vma) | ) |
| boolean float_constant debug_write_fns::PARAMS | ( | (PTR, const char *, double) | ) |
| boolean int_constant debug_write_fns::PARAMS | ( | (PTR, const char *, bfd_vma) | ) |
| boolean tag debug_write_fns::PARAMS | ( | (PTR, const char *) | ) |
| boolean typdef debug_write_fns::PARAMS | ( | (PTR, const char *) | ) |
| boolean tag_type debug_write_fns::PARAMS | ( | (PTR, const char *, unsigned int, enum debug_type_kind) | ) |
| boolean typedef_type debug_write_fns::PARAMS | ( | (PTR, const char *) | ) |
| boolean end_class_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean class_end_method debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean class_static_method_variant debug_write_fns::PARAMS | ( | (PTR, const char *, enum debug_visibility, boolean, boolean) | ) |
| boolean class_method_variant debug_write_fns::PARAMS | ( | (PTR, const char *, enum debug_visibility, boolean, boolean, bfd_vma, boolean) | ) |
| boolean class_start_method debug_write_fns::PARAMS | ( | (PTR, const char *) | ) |
| boolean class_baseclass debug_write_fns::PARAMS | ( | (PTR, bfd_vma, boolean, enum debug_visibility) | ) |
| boolean class_static_member debug_write_fns::PARAMS | ( | (PTR, const char *, const char *, enum debug_visibility) | ) |
| boolean start_class_type debug_write_fns::PARAMS | ( | (PTR, const char *, unsigned int, boolean, unsigned int, boolean, boolean) | ) |
| boolean end_struct_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean struct_field debug_write_fns::PARAMS | ( | (PTR, const char *, bfd_vma, bfd_vma, enum debug_visibility) | ) |
| boolean start_struct_type debug_write_fns::PARAMS | ( | (PTR, const char *, unsigned int, boolean, unsigned int) | ) |
| boolean volatile_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean const_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean method_type debug_write_fns::PARAMS | ( | (PTR, boolean, int, boolean) | ) |
| boolean offset_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean set_type debug_write_fns::PARAMS | ( | (PTR, boolean) | ) |
| boolean array_type debug_write_fns::PARAMS | ( | (PTR, bfd_signed_vma, bfd_signed_vma, boolean) | ) |
| boolean range_type debug_write_fns::PARAMS | ( | (PTR, bfd_signed_vma, bfd_signed_vma) | ) |
| boolean reference_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean function_type debug_write_fns::PARAMS | ( | (PTR, int, boolean) | ) |
| boolean pointer_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean enum_type debug_write_fns::PARAMS | ( | (PTR, const char *, const char **, bfd_signed_vma *) | ) |
| boolean bool_type debug_write_fns::PARAMS | ( | (PTR, unsigned int) | ) |
| boolean complex_type debug_write_fns::PARAMS | ( | (PTR, unsigned int) | ) |
| boolean float_type debug_write_fns::PARAMS | ( | (PTR, unsigned int) | ) |
| boolean int_type debug_write_fns::PARAMS | ( | (PTR, unsigned int, boolean) | ) |
| boolean void_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean empty_type debug_write_fns::PARAMS | ( | (PTR) | ) |
| boolean start_source debug_write_fns::PARAMS | ( | (PTR, const char *) | ) |
| boolean start_compilation_unit debug_write_fns::PARAMS | ( | (PTR, const char *) | ) |
1.4.7

