Deleted Added
full compact
elf_strptr.3 (206622) elf_strptr.3 (210823)
1.\" Copyright (c) 2006 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 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_strptr.3 206622 2010-04-14 19:08:06Z uqs $
24.\" $FreeBSD: head/lib/libelf/elf_strptr.3 210823 2010-08-03 17:40:09Z joel $
25.\"
26.Dd December 16, 2006
27.Dt ELF_STRPTR 3
28.Os
29.Sh NAME
30.Nm elf_strptr
31.Nd retrieve a string pointer in a string table
32.Sh LIBRARY

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

71was not a descriptor for an ELF object.
72.It Bq Er ELF_E_ARGUMENT
73Argument
74.Ar scndx
75was not the section index for a string table.
76.It Bq Er ELF_E_ARGUMENT
77Argument
78.Ar stroffset
25.\"
26.Dd December 16, 2006
27.Dt ELF_STRPTR 3
28.Os
29.Sh NAME
30.Nm elf_strptr
31.Nd retrieve a string pointer in a string table
32.Sh LIBRARY

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

71was not a descriptor for an ELF object.
72.It Bq Er ELF_E_ARGUMENT
73Argument
74.Ar scndx
75was not the section index for a string table.
76.It Bq Er ELF_E_ARGUMENT
77Argument
78.Ar stroffset
79exceeeded the size of the string table.
79exceeded the size of the string table.
80.It Bq Er ELF_E_ARGUMENT
81Argument
82.Ar stroffset
83index an unallocated region of the string table.
84.It Bq Er ELF_E_DATA
85Offset
86.Ar stroffset
87indexed a region that was not covered by any Elf_Data

--- 29 unchanged lines hidden ---
80.It Bq Er ELF_E_ARGUMENT
81Argument
82.Ar stroffset
83index an unallocated region of the string table.
84.It Bq Er ELF_E_DATA
85Offset
86.Ar stroffset
87indexed a region that was not covered by any Elf_Data

--- 29 unchanged lines hidden ---