Deleted Added
full compact
elf.3 (211397) elf.3 (233648)
1.\" Copyright (c) 2006,2007 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 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.3 211397 2010-08-16 15:18:30Z joel $
24.\" $FreeBSD: head/lib/libelf/elf.3 233648 2012-03-29 05:02:12Z eadler $
25.\"
26.Dd October 21, 2007
27.Dt ELF 3
28.Os
29.Sh NAME
30.Nm elf
31.Nd API for manipulating ELF objects
32.Sh LIBRARY

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

518.Pp
519However, if the application wishes to take complete charge of the
520layout of the ELF file, it may set the
521.Dv ELF_F_LAYOUT
522flag on an ELF descriptor using
523.Xr elf_flagelf 3 ,
524following which the library will use the data offsets and alignments
525specified by the application when laying out the file.
25.\"
26.Dd October 21, 2007
27.Dt ELF 3
28.Os
29.Sh NAME
30.Nm elf
31.Nd API for manipulating ELF objects
32.Sh LIBRARY

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

518.Pp
519However, if the application wishes to take complete charge of the
520layout of the ELF file, it may set the
521.Dv ELF_F_LAYOUT
522flag on an ELF descriptor using
523.Xr elf_flagelf 3 ,
524following which the library will use the data offsets and alignments
525specified by the application when laying out the file.
526Application control of file layout is described further in the
526Application control of file layout is described further in the
527.Xr elf_update 3
528manual page.
529.Pp
530Gaps in between sections will be filled with the fill character
531set by function
532.Fn elf_fill .
533.Ss Error Handling
534In case an error is encountered, these library functions set an

--- 46 unchanged lines hidden ---
527.Xr elf_update 3
528manual page.
529.Pp
530Gaps in between sections will be filled with the fill character
531set by function
532.Fn elf_fill .
533.Ss Error Handling
534In case an error is encountered, these library functions set an

--- 46 unchanged lines hidden ---