Document the additional error returns possible when handling ELF objects

that require extended numbering.
This commit is contained in:
Joseph Koshy 2006-12-25 02:24:39 +00:00
parent f6c0f35e07
commit 5f2891aaa4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165536
5 changed files with 25 additions and 5 deletions

View File

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 29, 2006
.Dd December 16, 2006
.Os
.Dt ELF_STRPTR 3
.Sh NAME
@ -101,6 +101,10 @@ An out of memory condition was detected.
Section
.Ar scndx
contained a malformed section header.
.It Bq Er ELF_E_SECTION
The ELF descriptor in argument
.Ar elf
did not adhere to the conventions used for extended numbering.
.El
.Sh SEE ALSO
.Xr elf 3 ,

View File

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 29, 2006
.Dd December 16, 2006
.Os
.Dt ELF_UPDATE 3
.Sh NAME
@ -237,6 +237,10 @@ writing or updating.
Argument
.Ar elf
contained a section with an unrecognized type.
.It Bq Er ELF_E_SECTION
The section header at index
.Dv SHN_UNDEF
had an illegal section type.
.It Bq Er ELF_E_SEQUENCE
An
.Dv ELF_C_WRITE

View File

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 6, 2006
.Dd December 16, 2006
.Os
.Dt GELF_GETEHDR 3
.Sh NAME
@ -103,6 +103,10 @@ ELF descriptor
does not have an associated header.
.It Bq Er ELF_E_RESOURCE
An out of memory condition was detected during execution.
.It Bq Er ELF_E_SECTION
The ELF descriptor in argument
.Ar elf
did not adhere to the conventions used for extended numbering.
.It Bq Er ELF_E_VERSION
The ELF descriptor
.Ar elf

View File

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 25, 2006
.Dd December 16, 2006
.Os
.Dt GELF_GETPHDR 3
.Sh NAME
@ -118,6 +118,10 @@ ELF descriptor
had a corrupt executable header.
.It Bq Er ELF_E_RESOURCE
An out of memory condition was detected.
.It Bq Er ELF_E_SECTION
The ELF descriptor in argument
.Ar elf
did not adhere to the conventions used for extended numbering.
.It Bq Er ELF_VERSION
ELF descriptor
.Ar elf

View File

@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 6, 2006
.Dd December 16, 2006
.Os
.Dt GELF_NEWEHDR 3
.Sh NAME
@ -163,6 +163,10 @@ did not match that of the API function being called.
A malformed ELF header was detected.
.It Bq Er ELF_E_RESOURCE
An out of memory condition was detected during execution.
.It Bq Er ELF_E_SECTION
The ELF descriptor in argument
.Ar elf
did not adhere to the conventions used for extended numbering.
.It Bq Er ELF_E_VERSION
The ELF descriptor
.Ar elf