Deleted Added
full compact
dwarf.3 (282918) dwarf.3 (295577)
1.\" Copyright (c) 2011 Joseph Koshy. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
1.\" Copyright (c) 2011 Joseph Koshy. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
24.\" $Id: dwarf.3 3195 2015-05-12 17:22:19Z emaste $
24.\" $Id: dwarf.3 3295 2016-01-08 22:08:10Z jkoshy $
25.\"
26.Dd December 21, 2014
27.Os
28.Dt DWARF 3
29.Sh NAME
30.Nm dwarf
31.Nd access debugging information in object files
32.Sh LIBRARY

--- 72 unchanged lines hidden (view full) ---

105A descriptor representing a global name.
106.It Vt Dwarf_Half
107A 16-bit wide unsigned numeric type.
108.It Vt Dwarf_Handler
109A pointer to an error handling function.
110.It Vt Dwarf_Line
111A descriptor for a source line.
112.It Vt Dwarf_Off
25.\"
26.Dd December 21, 2014
27.Os
28.Dt DWARF 3
29.Sh NAME
30.Nm dwarf
31.Nd access debugging information in object files
32.Sh LIBRARY

--- 72 unchanged lines hidden (view full) ---

105A descriptor representing a global name.
106.It Vt Dwarf_Half
107A 16-bit wide unsigned numeric type.
108.It Vt Dwarf_Handler
109A pointer to an error handling function.
110.It Vt Dwarf_Line
111A descriptor for a source line.
112.It Vt Dwarf_Off
113An unsigned file offset, corresponding to an
114.Vt off_t
115type supported by the underlying operating system.
113An unsigned file offset.
116.It Vt Dwarf_P_Expr
117A descriptor for a location expression.
118.It Vt Dwarf_Ptr
119A virtual address used by an application.
120.It Vt Dwarf_Signed
121A 64-bit wide signed numeric type.
122.It Vt Dwarf_Small
123An 8-bit wide unsigned numeric type.

--- 630 unchanged lines hidden ---
114.It Vt Dwarf_P_Expr
115A descriptor for a location expression.
116.It Vt Dwarf_Ptr
117A virtual address used by an application.
118.It Vt Dwarf_Signed
119A 64-bit wide signed numeric type.
120.It Vt Dwarf_Small
121An 8-bit wide unsigned numeric type.

--- 630 unchanged lines hidden ---