Lines Matching defs:split
202 /* Search tree for split Dwarf associated with CUs in this debug. */
352 /* If this is a skeleton unit this points to the split compile unit.
353 Or the other way around if this is a split compile unit. Set to -1
356 struct Dwarf_CU *split;
387 DebugFission split units. Don't access directly, call
659 /* Find split Dwarf for given DIE address. */
663 /* Find the split (or skeleton) unit. */
1309 /* Link skeleton and split compile units. */
1311 __libdw_link_skel_split (Dwarf_CU *skel, Dwarf_CU *split)
1313 skel->split = split;
1314 split->split = skel;
1318 There is only one per split debug. */
1320 Dwarf *sdbg = split->dbg;
1326 split->addr_base = __libdw_cu_addr_base (skel);