Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c78 dbg->de_cu_context->cc_next->cc_debug_info_offset == offset) { in _dwarf_find_CU_Context()
84 dbg->de_cu_context->cc_debug_info_offset <= offset) { 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()
102 if (offset >= cu_context->cc_debug_info_offset && in _dwarf_find_CU_Context()
103 offset < cu_context->cc_debug_info_offset + in _dwarf_find_CU_Context()
127 if (offset >= cu_context->cc_debug_info_offset && in _dwarf_find_offdie_CU_Context()
128 offset < cu_context->cc_debug_info_offset + in _dwarf_find_offdie_CU_Context()
224 cu_context->cc_debug_info_offset = (Dwarf_Word) offset; in _dwarf_make_CU_Context()
305 new_offset = dbg->de_cu_context->cc_debug_info_offset + in dwarf_next_cu_header_b()
[all …]
H A Ddwarf_form.c368 (dbg->de_debug_info.dss_data + cu_context->cc_debug_info_offset); in dwarf_formsig8()
462 offset += cu_context->cc_debug_info_offset; in dwarf_global_formref()
823 dbg->de_debug_info.dss_data + cu_context->cc_debug_info_offset + in dwarf_formblock()
886 cu_context->cc_debug_info_offset + in dwarf_formstring()
H A Ddwarf_opaque.h123 Dwarf_Word cc_debug_info_offset; member
H A Ddwarf_query.c117 cu_context->cc_debug_info_offset); in dwarf_die_CU_offset()
138 *cu_off = cu_context->cc_debug_info_offset; in dwarf_die_CU_offset_range()
H A Ddwarf_global.c602 dieoff = cucontext->cc_debug_info_offset; in dwarf_CU_dieoffset_given_die()