Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_addr_finder.c184 int sibres; in handle_debug_info() local
200 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() local
509 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()