Lines Matching refs:split
1 /* Find the split (or skeleton) unit for a given unit.
53 Dwarf_CU *split = NULL;
54 while (dwarf_get_units (split_dwarf, split, &split,
57 if (split->unit_type == DW_UT_split_compile
58 && cu->unit_id8 == split->unit_id8)
60 if (tsearch (split->dbg, &cu->dbg->split_tree,
68 /* Link skeleton and split compile units. */
69 __libdw_link_skel_split (cu, split);
78 if (cu->split == (Dwarf_CU *) -1)
93 if (cu->split != (Dwarf_CU *) -1)
94 return cu->split;
97 The split unit will be the first in the dwo file and should have the
119 if (cu->split == (Dwarf_CU *) -1)
142 if (cu->split == (Dwarf_CU *) -1)
143 cu->split = NULL;
145 return cu->split;