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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c742 int off_res = DW_DLV_ERROR; local
747 off_res = _dwarf_get_loclist_header_start(dbg,
750 if (off_res != DW_DLV_OK) {
751 return off_res;
898 int off_res = DW_DLV_ERROR; local
900 off_res = _dwarf_get_loclist_header_start(dbg,
903 if (off_res != DW_DLV_OK) {
904 return off_res;

Completed in 59 milliseconds