Home
last modified time | relevance | path

Searched refs:cu_context (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c71 Dwarf_CU_Context cu_context = 0; in _dwarf_find_CU_Context() local
86 for (cu_context = dbg->de_cu_context; in _dwarf_find_CU_Context()
87 cu_context != NULL; cu_context = cu_context->cc_next) { in _dwarf_find_CU_Context()
89 if (offset >= cu_context->cc_debug_info_offset && in _dwarf_find_CU_Context()
90 offset < cu_context->cc_debug_info_offset + in _dwarf_find_CU_Context()
91 cu_context->cc_length + cu_context->cc_length_size in _dwarf_find_CU_Context()
92 + cu_context->cc_extension_size) { in _dwarf_find_CU_Context()
94 return (cu_context); in _dwarf_find_CU_Context()
99 for (cu_context = dbg->de_cu_context_list; in _dwarf_find_CU_Context()
100 cu_context != NULL; cu_context = cu_context->cc_next) { in _dwarf_find_CU_Context()
[all …]
H A Ddwarf_form.c49 Dwarf_CU_Context cu_context = 0; in dwarf_hasform() local
56 cu_context = attr->ar_cu_context; in dwarf_hasform()
57 if (cu_context == NULL) { in dwarf_hasform()
62 if (cu_context->cc_dbg == NULL) { in dwarf_hasform()
187 Dwarf_CU_Context cu_context = 0; in dwarf_whatform() local
194 cu_context = attr->ar_cu_context; in dwarf_whatform()
195 if (cu_context == NULL) { in dwarf_whatform()
200 if (cu_context->cc_dbg == NULL) { in dwarf_whatform()
219 Dwarf_CU_Context cu_context = 0; in dwarf_whatattr() local
226 cu_context = attr->ar_cu_context; in dwarf_whatattr()
[all …]
H A Ddwarf_util.c248 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context, Dwarf_Unsigned code) in _dwarf_get_abbrev_for_code() argument
250 Dwarf_Debug dbg = cu_context->cc_dbg; in _dwarf_get_abbrev_for_code()
251 Dwarf_Hash_Table hash_table_base = cu_context->cc_abbrev_hash_table; in _dwarf_get_abbrev_for_code()
321 abbrev_ptr = cu_context->cc_last_abbrev_ptr != NULL ? in _dwarf_get_abbrev_for_code()
322 cu_context->cc_last_abbrev_ptr : in _dwarf_get_abbrev_for_code()
323 dbg->de_debug_abbrev.dss_data + cu_context->cc_abbrev_offset; in _dwarf_get_abbrev_for_code()
336 _dwarf_get_alloc(cu_context->cc_dbg, DW_DLA_ABBREV_LIST, 1); in _dwarf_get_abbrev_for_code()
364 cu_context->cc_last_abbrev_ptr = abbrev_ptr; in _dwarf_get_abbrev_for_code()
H A Ddwarf_query.c110 Dwarf_CU_Context cu_context = 0; in dwarf_die_CU_offset() local
113 cu_context = die->di_cu_context; in dwarf_die_CU_offset()
116 (die->di_debug_info_ptr - cu_context->cc_dbg->de_debug_info.dss_data - in dwarf_die_CU_offset()
117 cu_context->cc_debug_info_offset); in dwarf_die_CU_offset()
133 Dwarf_CU_Context cu_context = 0; in dwarf_die_CU_offset_range() local
136 cu_context = die->di_cu_context; in dwarf_die_CU_offset_range()
138 *cu_off = cu_context->cc_debug_info_offset; in dwarf_die_CU_offset_range()
139 *cu_length = cu_context->cc_length + cu_context->cc_length_size in dwarf_die_CU_offset_range()
140 + cu_context->cc_extension_size; in dwarf_die_CU_offset_range()
H A Ddwarf_util.h292 _dwarf_get_abbrev_for_code(Dwarf_CU_Context cu_context,