Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c76 if (dbg->de_cu_context != NULL && in _dwarf_find_CU_Context()
77 dbg->de_cu_context->cc_next != NULL && in _dwarf_find_CU_Context()
78 dbg->de_cu_context->cc_next->cc_debug_info_offset == offset) { in _dwarf_find_CU_Context()
80 return (dbg->de_cu_context->cc_next); in _dwarf_find_CU_Context()
83 if (dbg->de_cu_context != NULL && in _dwarf_find_CU_Context()
84 dbg->de_cu_context->cc_debug_info_offset <= offset) { in _dwarf_find_CU_Context()
86 for (cu_context = dbg->de_cu_context; in _dwarf_find_CU_Context()
294 if (dbg->de_cu_context == NULL) { in dwarf_next_cu_header_b()
305 new_offset = dbg->de_cu_context->cc_debug_info_offset + in dwarf_next_cu_header_b()
306 dbg->de_cu_context->cc_length + in dwarf_next_cu_header_b()
[all …]
H A Ddwarf_opaque.h195 Dwarf_CU_Context de_cu_context; member