Home
last modified time | relevance | path

Searched refs:mc_macro_ops_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.h110 Dwarf_Unsigned mc_macro_ops_count; member
H A Ddwarf_macro5.c313 known_ops_count = macro_context->mc_macro_ops_count; in _dwarf_get_macro_ops_count_internal()
338 macro_context->mc_macro_ops_count = opcount; in _dwarf_get_macro_ops_count_internal()
401 if (op_number >= macro_context->mc_macro_ops_count) { in dwarf_get_macro_op()
454 if (op_number >= macro_context->mc_macro_ops_count) { in dwarf_get_macro_defundef()
724 if (op_number >= macro_context->mc_macro_ops_count) { in dwarf_get_macro_startend_file()
830 if (op_number >= macro_context->mc_macro_ops_count) { in dwarf_get_macro_import()
1388 *macro_ops_count_out = macro_context->mc_macro_ops_count; in _dwarf_internal_macro_context_by_offset()