Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c393 if (!macro_context || macro_context->mc_sentinel != 0xada) { in dwarf_get_macro_op()
446 if (!macro_context || macro_context->mc_sentinel != 0xada) { in dwarf_get_macro_defundef()
716 if (!macro_context || macro_context->mc_sentinel != 0xada) { in dwarf_get_macro_startend_file()
820 if (!macro_context || macro_context->mc_sentinel != 0xada) { in dwarf_get_macro_import()
926 if (!macro_context || macro_context->mc_sentinel != 0xada) { in read_operands_table()
1408 if (!head || head->mc_sentinel != 0xada) { in dwarf_macro_context_head()
1437 if (!head || head->mc_sentinel != 0xada) { in dwarf_macro_operands_table()
1548 mc->mc_sentinel = 0xada; in _dwarf_macro_constructor()
1584 mc->mc_sentinel = 0xdeadbeef; in _dwarf_macro_destructor()
H A Ddwarf_macro5.h65 Dwarf_Unsigned mc_sentinel; member