GDB (xrefs)
Loading...
Searching...
No Matches
Functions
stringify.h File Reference

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ dwarf_attr_name()

const char * dwarf_attr_name ( unsigned attr)
extern

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().

◆ dwarf_bool_name()

const char * dwarf_bool_name ( unsigned mybool)
extern

Definition at line 95 of file stringify.c.

Referenced by dump_die_shallow().

◆ dwarf_form_name()

const char * dwarf_form_name ( unsigned form)
extern

◆ dwarf_tag_name()

const char * dwarf_tag_name ( unsigned tag)
extern

◆ dwarf_type_encoding_name()

const char * dwarf_type_encoding_name ( unsigned enc)
extern

Definition at line 106 of file stringify.c.

References dwarf_unknown(), and name.

Referenced by read_base_type().

◆ dwarf_unit_type_name()

const char * dwarf_unit_type_name ( int unit_type)
extern

Definition at line 119 of file stringify.c.

References dwarf_unknown(), and name.

Referenced by read_comp_unit_head().