Home
last modified time | relevance | path

Searched refs:cc_debug_offset (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c121 dis->de_cu_context->cc_debug_offset <= offset) { in _dwarf_find_CU_Context()
127 if (offset >= cu_context->cc_debug_offset && in _dwarf_find_CU_Context()
128 offset < cu_context->cc_debug_offset + in _dwarf_find_CU_Context()
141 if (offset >= cu_context->cc_debug_offset && in _dwarf_find_CU_Context()
142 offset < cu_context->cc_debug_offset + in _dwarf_find_CU_Context()
881 cu_context->cc_debug_offset = offset; in _dwarf_make_CU_Context()
1402 Dwarf_Unsigned ioffset = icu_context->cc_debug_offset; in insert_into_cu_context_list()
1426 hoffset = dis->de_cu_context_list->cc_debug_offset; in insert_into_cu_context_list()
1445 coffset = cur->cc_debug_offset; in insert_into_cu_context_list()
2191 off2 = context->cc_debug_offset; in _dwarf_siblingof_internal()
[all …]
H A Ddwarf_tied.c146 startingcontext->cc_debug_offset + in _dwarf_loop_reading_debug_info_for_cu()
H A Ddwarf_form.c411 offset += cu_context->cc_debug_offset; in dwarf_convert_to_global_offset()
748 offset += cu_context->cc_debug_offset; in dwarf_global_formref()
1728 cu_context->cc_debug_offset + in dwarf_formstring()
H A Ddwarf_query.c156 *cu_off = (die->di_debug_ptr - dataptr - cu_context->cc_debug_offset); in dwarf_die_CU_offset()
207 *cu_off = cu_context->cc_debug_offset; in dwarf_die_CU_offset_range()
2016 off2 = context->cc_debug_offset; in _dwarf_calculate_info_section_end_ptr()
H A Ddwarf_opaque.h181 Dwarf_Unsigned cc_debug_offset; member
H A Ddwarf_global.c868 dieoff = cucontext->cc_debug_offset; in dwarf_CU_dieoffset_given_die()