Lines Matching +full:de +full:- +full:be
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 .\" $Id: dwarf_get_ranges.3 3644 2018-10-15 19:55:01Z jkoshy $
32 .Nd retrieve non-contiguous address ranges
59 retrieves information about the non-contiguous address ranges associated
92 should point to a location that will be set to a pointer to an array
99 should point to a location that will be set to the number of entries
103 is not NULL, it will be set to the number of bytes occupied by the
110 is not NULL, it will be used to store error information in case
117 .Bl -tag -width ".Va dwr_addr1"
126 .Bl -tag -width ".Dv DW_RANGES_ENTRY" -compact
161 to indicate that the memory may be freed.
178 .Bd -literal -offset indent
181 Dwarf_Error de;
189 if ((ret = dwarf_attrlist(die, &attr_list, &attr_count, &de)) !=
192 dwarf_errmsg(de));
195 if (dwarf_whatattr(attr_list[i], &attr, &de) != DW_DLV_OK) {
197 dwarf_errmsg(de));
202 if (dwarf_formudata(attr_list[i], &off, &de) != DW_DLV_OK) {
204 dwarf_errmsg(de));
208 &bytecnt, &de) != DW_DLV_OK)
244 .Bl -tag -width ".Bq Er DW_DLE_NO_ENTRY"