Lines Matching +full:de +full:- +full:be
15 .\" are disclaimed. in no event shall Joseph Koshy be liable
24 .\" $Id: dwarf_srclines.3 3644 2018-10-15 19:55:01Z jkoshy $
68 is not NULL, it will be used to store error information in case of an
73 descriptors may be passed to the other line number functions in the
85 to indicate that the memory may be freed.
101 .Bd -literal -offset indent
104 Dwarf_Error de;
113 if (dwarf_srclines(die, &lines, &nlines, &de) != DW_DLV_OK)
114 errx(EXIT_FAILURE, "dwarf_srclines: %s", dwarf_errmsg(de));
118 if (dwarf_linesrc(lines[n], &filename, &de))
120 dwarf_errmsg(de));
123 if (dwarf_lineno(lines[n], &lineno, &de))
125 dwarf_errmsg(de));
127 if (dwarf_lineaddr(lines[n], &lineaddr, &de))
129 dwarf_errmsg(de));
136 .Bl -tag -width ".Bq Er DW_DLE_ARGUMENT"