Lines Matching refs:cu
39 dwarf_cu_info (Dwarf_CU *cu,
45 if (cu == NULL)
49 *version = cu->version;
52 *unit_type = cu->unit_type;
56 if (cu->version >= 2 && cu->version <= 5
57 && cu->unit_type >= DW_UT_compile
58 && cu->unit_type <= DW_UT_split_type)
59 *cudie = CUDIE (cu);
70 if (cu->version >= 2 && cu->version <= 5)
75 if (cu->unit_type == DW_UT_type
76 || cu->unit_type == DW_UT_split_type)
77 *subdie = SUBDIE(cu);
78 else if (cu->unit_type == DW_UT_skeleton)
80 Dwarf_CU *split_cu = __libdw_find_split_unit (cu);
94 *unit_id = cu->unit_id8;
97 *address_size = cu->address_size;
100 *offset_size = cu->offset_size;