Home
last modified time | relevance | path

Searched refs:next_cu (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_next_lines.c100 Dwarf_CU *next_cu = given_cu; in dwarf_next_lines() local
102 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL, in dwarf_next_lines()
118 && (next_cu->unit_type == DW_UT_split_compile in dwarf_next_lines()
119 || next_cu->unit_type == DW_UT_split_type)) in dwarf_next_lines()
133 next_cu = NULL; in dwarf_next_lines()
134 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL, in dwarf_next_lines()
136 && next_cu != given_cu) in dwarf_next_lines()
151 *cu = next_cu; in dwarf_next_lines()
Ddwarf_get_units.c39 dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu, in dwarf_get_units() argument
83 *next_cu = __libdw_findcu (dwarf, off, v4type); in dwarf_get_units()
84 if (*next_cu == NULL) in dwarf_get_units()
87 Dwarf_CU *next = (*next_cu); in dwarf_get_units()
Dlibdw.h299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
/external/elfutils/include/elfutils/
Dlibdw.h299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
/external/elfutils/src/
Dreadelf.c7593 next_cu: in print_debug_units()
7672 goto next_cu; in print_debug_units()
7824 goto next_cu; in print_debug_units()