Deleted Added
full compact
elf_update.3 (206622) elf_update.3 (226436)
1.\" Copyright (c) 2006,2007-2008 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) 2006,2007-2008 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.\" $FreeBSD: head/lib/libelf/elf_update.3 206622 2010-04-14 19:08:06Z uqs $
24.\" $FreeBSD: head/lib/libelf/elf_update.3 226436 2011-10-16 14:30:28Z eadler $
25.\"
26.Dd March 19, 2008
27.Dt ELF_UPDATE 3
28.Os
29.Sh NAME
30.Nm elf_update
31.Nd update an ELF descriptor
32.Sh LIBRARY

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

61.Ss File Layout
62If the
63.Dv ELF_F_LAYOUT
64flag has been set on the ELF descriptor, the application assumes full
65responsibility for the layout of the ELF object.
66If this flag is not set, the ELF library will compute the layout of the
67file from its associated section descriptors.
68.Pp
25.\"
26.Dd March 19, 2008
27.Dt ELF_UPDATE 3
28.Os
29.Sh NAME
30.Nm elf_update
31.Nd update an ELF descriptor
32.Sh LIBRARY

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

61.Ss File Layout
62If the
63.Dv ELF_F_LAYOUT
64flag has been set on the ELF descriptor, the application assumes full
65responsibility for the layout of the ELF object.
66If this flag is not set, the ELF library will compute the layout of the
67file from its associated section descriptors.
68.Pp
69It is the application's responsibility to manage the the following
69It is the application's responsibility to manage the following
70structure members in the ELF file:
71.Bl -tag -width indent
72.It "Executable Header"
73The ELF executable header is described in
74.Xr elf 5 .
75The following members of the ELF executable header are the application's
76responsibility:
77.Pp

--- 209 unchanged lines hidden ---
70structure members in the ELF file:
71.Bl -tag -width indent
72.It "Executable Header"
73The ELF executable header is described in
74.Xr elf 5 .
75The following members of the ELF executable header are the application's
76responsibility:
77.Pp

--- 209 unchanged lines hidden ---