Home
last modified time | relevance | path

Searched refs:DW_FORM_GNU_strp_alt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_form.c814 case DW_FORM_GNU_strp_alt: /* 2013 GNU extension */ in dwarf_global_formref()
1748 case DW_FORM_GNU_strp_alt: in dwarf_formstring()
1769 if( attr->ar_attribute_form == DW_FORM_GNU_strp_alt) { in dwarf_formstring()
1784 if( attr->ar_attribute_form == DW_FORM_GNU_strp_alt) { in dwarf_formstring()
H A Ddwarf_util.c240 case DW_FORM_GNU_strp_alt: in _dwarf_get_size_of_val()
593 at_form == DW_FORM_GNU_strp_alt) { in _dwarf_valid_form_we_know()
H A Ddwarf.h257 #define DW_FORM_GNU_strp_alt 0x1f21 /* GNU extension. Offset in .debug_str of another ob… macro
H A Ddwarf_names_enum.h170 DW_FORM_GNU_strp_alt = 0x1f21 enumerator
H A Ddwarf_query.c1949 case DW_FORM_GNU_strp_alt: return DW_FORM_CLASS_STRING; in dwarf_get_form_class()
H A Ddwarf_names.c497 case DW_FORM_GNU_strp_alt: in dwarf_get_FORM_name()