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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c71 Dwarf_CU_Context cu_context = 0; local
86 for (cu_context = dbg->de_cu_context;
87 cu_context != NULL; cu_context = cu_context->cc_next) {
89 if (offset >= cu_context->cc_debug_info_offset &&
90 offset < cu_context->cc_debug_info_offset +
91 cu_context->cc_length + cu_context->cc_length_size
92 + cu_context
122 Dwarf_CU_Context cu_context = 0; local
156 Dwarf_CU_Context cu_context = 0; local
283 Dwarf_CU_Context cu_context = 0; local
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
760 Dwarf_CU_Context cu_context = 0; local
[all...]
H A Ddwarf_form.c49 Dwarf_CU_Context cu_context = 0; local
56 cu_context = attr->ar_cu_context;
57 if (cu_context == NULL) {
62 if (cu_context->cc_dbg == NULL) {
187 Dwarf_CU_Context cu_context = 0; local
194 cu_context = attr->ar_cu_context;
195 if (cu_context == NULL) {
200 if (cu_context->cc_dbg == NULL) {
219 Dwarf_CU_Context cu_context = 0; local
226 cu_context
270 Dwarf_CU_Context cu_context = 0; local
342 Dwarf_CU_Context cu_context = 0; local
405 Dwarf_CU_Context cu_context = 0; local
526 Dwarf_CU_Context cu_context = 0; local
573 Dwarf_CU_Context cu_context = 0; local
612 Dwarf_CU_Context cu_context = 0; local
691 Dwarf_CU_Context cu_context = 0; local
767 Dwarf_CU_Context cu_context = 0; local
856 Dwarf_CU_Context cu_context = 0; local
933 Dwarf_CU_Context cu_context = 0; local
[all...]
H A Ddwarf_query.c110 Dwarf_CU_Context cu_context = 0; local
113 cu_context = die->di_cu_context;
116 (die->di_debug_info_ptr - cu_context->cc_dbg->de_debug_info.dss_data -
117 cu_context->cc_debug_info_offset);
133 Dwarf_CU_Context cu_context = 0; local
136 cu_context = die->di_cu_context;
138 *cu_off = cu_context->cc_debug_info_offset;
139 *cu_length = cu_context->cc_length + cu_context->cc_length_size
140 + cu_context
[all...]
H A Ddwarf_util.c248 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context, Dwarf_Unsigned code) argument
250 Dwarf_Debug dbg = cu_context->cc_dbg;
251 Dwarf_Hash_Table hash_table_base = cu_context->cc_abbrev_hash_table;
321 abbrev_ptr = cu_context->cc_last_abbrev_ptr != NULL ?
322 cu_context->cc_last_abbrev_ptr :
323 dbg->de_debug_abbrev.dss_data + cu_context->cc_abbrev_offset;
336 _dwarf_get_alloc(cu_context->cc_dbg, DW_DLA_ABBREV_LIST, 1);
364 cu_context->cc_last_abbrev_ptr = abbrev_ptr;

Completed in 48 milliseconds