DWARF_GET_FORM_CLASS(3) | Library Functions Manual | DWARF_GET_FORM_CLASS(3) |
enum Dwarf_Form_Class
dwarf_get_form_class(Dwarf_Half dwversion, Dwarf_Half attr, Dwarf_Half offset_size, Dwarf_Half form);
Argument dwversion should specify the version number of DWARF specification to use: 2 for DWARF2, 3 for DWARF3 and 4 for DWARF4.
Argument attr should hold the attribute code of the attribute, i.e., one of the DW_AT_*
values defined in <libdwarf.h>.
Argument offset_size should hold the size of a DWARF offset for the relevant compilation unit.
Argument form should hold the form code of the attribute.
June 26, 2011 | NetBSD 7.2 |