Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c495 int resdf = 0; in fill_in_dwp_offsets_if_present() local
497 resdf = dwarf_get_debugfission_for_key(dbg, in fill_in_dwp_offsets_if_present()
502 if (resdf == DW_DLV_ERROR) { in fill_in_dwp_offsets_if_present()
503 return resdf; in fill_in_dwp_offsets_if_present()
504 } else if (resdf == DW_DLV_NO_ENTRY) { in fill_in_dwp_offsets_if_present()
513 int resdf = 0; in fill_in_dwp_offsets_if_present() local
515 resdf = _dwarf_get_debugfission_for_offset(dbg, in fill_in_dwp_offsets_if_present()
520 if (resdf == DW_DLV_ERROR) { in fill_in_dwp_offsets_if_present()
521 return resdf; in fill_in_dwp_offsets_if_present()
522 } else if (resdf == DW_DLV_NO_ENTRY) { in fill_in_dwp_offsets_if_present()