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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c388 die_info_end points to the last byte+1 of the cu.
394 Dwarf_Byte_Ptr die_info_end,
485 /* A value beyond die_info_end indicates an error. Exactly
486 at die_info_end means 1-past-cu-end and simply means we
489 if (cu_info_start + offset > die_info_end) {
504 /* It is ok for info_ptr == die_info_end, as we will test
506 if (info_ptr > die_info_end) {
549 /* die_info_end points 1-past end of die (once set) */
550 Dwarf_Byte_Ptr die_info_end = 0; local
562 /* die_info_end i
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
686 Dwarf_Byte_Ptr die_info_end = 0; local
[all...]

Completed in 45 milliseconds