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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_addr_finder.c184 int sibres; local
200 sibres = dwarf_siblingof(dbg, curdie, &sibdie, &err);
201 if (sibres == DW_DLV_OK) {
212 } else if (sibres == DW_DLV_ERROR) {
505 int sibres = DW_DLV_OK; local
509 while (sibres == DW_DLV_OK) {
557 sibres = dwarf_siblingof(dbg, newdie, &sibdie, &err);
565 if (sibres == DW_DLV_NO_ENTRY) {

Completed in 44 milliseconds