Home
last modified time | relevance | path

Searched refs:DW_MACRO_undef_strx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c72 {DW_MACRO_undef_strx,2,dwarf_udata_strx_form},
110 if (op >= 1 && op <= DW_MACRO_undef_strx) { in is_std_moperator()
282 case DW_MACRO_undef_strx:
523 case DW_MACRO_undef_strx: { in dwarf_get_macro_defundef()
884 if (curform->mf_code > DW_MACRO_undef_strx) { in validate_opcode()
1015 if (opcode_number > DW_MACRO_undef_strx ) { in read_operands_table()
H A Ddwarf.h1149 #define DW_MACRO_undef_strx 0x0c /* DWARF5 */ macro
H A Ddwarf_names_enum.h920 DW_MACRO_undef_strx = 0x000c, enumerator
H A Ddwarf_names.c2744 case DW_MACRO_undef_strx: in dwarf_get_MACRO_name()