Lines Matching refs:cu
34 Dwarf_Die *cu;
91 struct args a = { .dwfl = NULL, .cu = NULL };
100 while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
102 a.file = dwarf_diename (a.cu);
103 handle_die (a.cu, &a);
104 dwarf_getfuncs (a.cu, &handle_die, &a, 0);
108 if (dwarf_cu_info (a.cu->cu, NULL, &unit_type, NULL, &subdie,
111 Dwarf_Off off = dwarf_dieoffset (a.cu);
120 b.cu = &subdie;
121 handle_die (b.cu, &b);
122 dwarf_getfuncs (b.cu, &handle_die, &b, 0);