Searched refs:next_cu (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_next_lines.c | 100 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()
|
D | dwarf_get_units.c | 39 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()
|
D | libdw.h | 299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
|
/external/elfutils/src/ |
D | readelf.c | 7593 next_cu: in print_debug_units() 7672 goto next_cu; in print_debug_units() 7824 goto next_cu; in print_debug_units()
|