Searched defs:want_AT_sibling (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c364 depending on the input flag want_AT_sibling. If
369 same as the want_AT_sibling false case.
371 If the want_AT_sibling flag is false, it returns
396 Dwarf_Bool want_AT_sibling,
443 if (want_AT_sibling && attr == DW_AT_sibling) {
392 _dwarf_next_die_info_ptr(Dwarf_Byte_Ptr die_info_ptr, Dwarf_CU_Context cu_context, Dwarf_Byte_Ptr die_info_end, Dwarf_Byte_Ptr cu_info_start, Dwarf_Bool want_AT_sibling, Dwarf_Bool * has_die_child) argument

Completed in 45 milliseconds