Searched refs:sibres (Results 1 – 1 of 1) sorted by relevance
184 int sibres; in handle_debug_info() local200 sibres = dwarf_siblingof(dbg, curdie, &sibdie, &err); in handle_debug_info()201 if (sibres == DW_DLV_OK) { in handle_debug_info()212 } else if (sibres == DW_DLV_ERROR) { in handle_debug_info()505 int sibres = DW_DLV_OK; in do_this_die_and_dealloc() local509 while (sibres == DW_DLV_OK) { in do_this_die_and_dealloc()557 sibres = dwarf_siblingof(dbg, newdie, &sibdie, &err); in do_this_die_and_dealloc()565 if (sibres == DW_DLV_NO_ENTRY) { in do_this_die_and_dealloc()