Document the additional error returns possible when handling ELF objects
that require extended numbering.
This commit is contained in:
parent
f6c0f35e07
commit
5f2891aaa4
@ -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 ,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user