Lines Matching refs:split
54 Dwarf_CU *split = NULL; in try_split_file() local
55 while (dwarf_get_units (split_dwarf, split, &split, in try_split_file()
58 if (split->unit_type == DW_UT_split_compile in try_split_file()
59 && cu->unit_id8 == split->unit_id8) in try_split_file()
61 if (tsearch (split->dbg, &cu->dbg->split_tree, in try_split_file()
70 __libdw_link_skel_split (cu, split); in try_split_file()
79 if (cu->split == (Dwarf_CU *) -1) in try_split_file()
94 if (cu->split != (Dwarf_CU *) -1) in __libdw_find_split_unit()
95 return cu->split; in __libdw_find_split_unit()
120 if (cu->split == (Dwarf_CU *) -1) in __libdw_find_split_unit()
143 if (cu->split == (Dwarf_CU *) -1) in __libdw_find_split_unit()
144 cu->split = NULL; in __libdw_find_split_unit()
146 return cu->split; in __libdw_find_split_unit()