Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c527 int ress = 0; in dwarf_get_macro_defundef() local
542 ress = _dwarf_extract_string_offset_via_str_offsets(dbg, in dwarf_get_macro_defundef()
550 if (ress == DW_DLV_ERROR) { in dwarf_get_macro_defundef()
551 return ress; in dwarf_get_macro_defundef()
553 if (ress == DW_DLV_OK) { in dwarf_get_macro_defundef()
558 ress = _dwarf_extract_local_debug_str_string_given_offset(dbg, in dwarf_get_macro_defundef()
563 if(ress == DW_DLV_ERROR) { in dwarf_get_macro_defundef()
564 return ress; in dwarf_get_macro_defundef()
565 } else if (ress == DW_DLV_NO_ENTRY){ in dwarf_get_macro_defundef()