GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static const char * | dwarf_unknown (const char *str, unsigned v) |
const char * | dwarf_tag_name (unsigned tag) |
const char * | dwarf_attr_name (unsigned attr) |
const char * | dwarf_form_name (unsigned form) |
const char * | dwarf_bool_name (unsigned mybool) |
const char * | dwarf_type_encoding_name (unsigned enc) |
const char * | dwarf_unit_type_name (int unit_type) |
const char * dwarf_attr_name | ( | unsigned | attr | ) |
Definition at line 59 of file stringify.c.
References dwarf_unknown(), and name.
Referenced by dump_die_shallow(), dwarf2_string_attr(), finish_fixed_point_type(), and lookup_die_type().
const char * dwarf_bool_name | ( | unsigned | mybool | ) |
Definition at line 95 of file stringify.c.
Referenced by dump_die_shallow().
const char * dwarf_form_name | ( | unsigned | form | ) |
Definition at line 82 of file stringify.c.
References dwarf_unknown(), and name.
Referenced by attr_to_dynamic_prop(), attribute::constant_value(), dump_die_shallow(), dwarf2_const_value_attr(), dwarf2_fetch_constant_bytes(), get_DW_AT_signature_type(), attribute::get_ref_die_offset_complaint(), dw2_debug_names_iterator::next(), read_attribute_value(), and skip_one_die().
const char * dwarf_tag_name | ( | unsigned | tag | ) |
Definition at line 46 of file stringify.c.
References dwarf_unknown(), and name.
Referenced by cooked_index::dump(), dump_die_shallow(), finish_fixed_point_type(), get_dwarf2_rational_constant(), new_symbol(), prepare_one_comp_unit(), process_die(), process_full_comp_unit(), read_import_statement(), and read_type_die_1().
const char * dwarf_type_encoding_name | ( | unsigned | enc | ) |
Definition at line 106 of file stringify.c.
References dwarf_unknown(), and name.
Referenced by read_base_type().
const char * dwarf_unit_type_name | ( | int | unit_type | ) |
Definition at line 119 of file stringify.c.
References dwarf_unknown(), and name.
Referenced by read_comp_unit_head().
|
static |
Definition at line 36 of file stringify.c.
Referenced by dwarf_attr_name(), dwarf_form_name(), dwarf_tag_name(), dwarf_type_encoding_name(), and dwarf_unit_type_name().