Home
last modified time | relevance | path

Searched refs:cc_unit_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c170 if (context->cc_unit_type == DW_UT_type|| in dwarf_get_debugfission_for_die()
171 context->cc_unit_type == DW_UT_split_type ) { in dwarf_get_debugfission_for_die()
175 } else if (context->cc_unit_type == DW_UT_split_compile) { in dwarf_get_debugfission_for_die()
371 cu_context->cc_unit_type = unit_type; in _dwarf_read_cu_version_and_abbrev_offset()
470 Dwarf_Half unit_type = cu_context->cc_unit_type; in fill_in_dwp_offsets_if_present()
753 unit_type = cu_context->cc_unit_type; in _dwarf_make_CU_Context()
814 cu_context->cc_unit_type = unit_type; in _dwarf_make_CU_Context()
1313 cu_context->cc_unit_type = DW_UT_skeleton; in assign_correct_unit_type()
1319 cu_context->cc_unit_type = DW_UT_split_compile; in assign_correct_unit_type()
1321 cu_context->cc_unit_type = DW_UT_split_type; in assign_correct_unit_type()
[all …]
H A Ddwarf_ranges.c149 if (cucontext->cc_unit_type != DW_UT_skeleton && in dwarf_get_ranges_a()
H A Ddwarf_opaque.h277 Dwarf_Half cc_unit_type; member
H A Ddwarf_loc.c588 int ut = context->cc_unit_type; in context_is_cu_not_tu()