Lines Matching +full:de +full:- +full:be
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" $Id: dwarf_get_abbrev_entry.3 3644 2018-10-15 19:55:01Z jkoshy $
53 should be a valid abbreviation descriptor, as returned by function
58 specifies the 0-based index of the attribute.
60 entry can be retrieved using the function
82 is not NULL, it will be used to return an error descriptor in case
102 .Bd -literal -offset indent
109 Dwarf_Error de;
115 NULL, NULL, &de)) == DW_DLV_OK) {
117 &attr_count, &de)) == DW_DLV_OK) {
123 &attr, &form, &atoff, &de) != DW_DLV_OK) {
125 " %s", dwarf_errmsg(de));
133 warnx("dwarf_get_abbrev: %s", dwarf_errmsg(de));
137 warnx("dwarf_next_cu_header: %s", dwarf_errmsg(de));
143 .Bl -tag -width ".Bq Er DW_DLE_NO_ENTRY"