Searched refs:cu_unit_type (Results 1 – 3 of 3) sorted by relevance
59 enum dwarf_unit_type cu_unit_type; member
3872 compunit.cu_unit_type = DW_UT_compile; in process_debug_info()3878 SAFE_BYTE_GET_AND_INC (compunit.cu_unit_type, hdrptr, 1, end_cu); in process_debug_info()3879 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info()3887 if (compunit.cu_unit_type == DW_UT_split_compile in process_debug_info()3888 || compunit.cu_unit_type == DW_UT_skeleton) in process_debug_info()3954 compunit.cu_unit_type = DW_UT_compile; in process_debug_info()3960 SAFE_BYTE_GET_AND_INC (compunit.cu_unit_type, hdrptr, 1, end_cu); in process_debug_info()3961 do_types = (compunit.cu_unit_type == DW_UT_type); in process_debug_info()3984 if (compunit.cu_unit_type == DW_UT_split_compile in process_debug_info()3985 || compunit.cu_unit_type == DW_UT_skeleton) in process_debug_info()[all …]
1623 (DWARF2_Internal_CompUnit): Add cu_unit_type.