summaryrefslogtreecommitdiffstats
path: root/lib/libelf/gelf_getphdr.3
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2006-12-25 02:24:39 +0000
committerjkoshy <jkoshy@FreeBSD.org>2006-12-25 02:24:39 +0000
commit594130bd7ca370593a09ae34e4ca83c597526565 (patch)
treeb2bf74d06cb97209780049d66cb10dc3c30a2828 /lib/libelf/gelf_getphdr.3
parent26d8253ac6532abcb8d1c8d57743998f5368173b (diff)
downloadFreeBSD-src-594130bd7ca370593a09ae34e4ca83c597526565.zip
FreeBSD-src-594130bd7ca370593a09ae34e4ca83c597526565.tar.gz
Document the additional error returns possible when handling ELF objects
that require extended numbering.
Diffstat (limited to 'lib/libelf/gelf_getphdr.3')
-rw-r--r--lib/libelf/gelf_getphdr.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libelf/gelf_getphdr.3 b/lib/libelf/gelf_getphdr.3
index c604adf..51d20a0 100644
--- a/lib/libelf/gelf_getphdr.3
+++ b/lib/libelf/gelf_getphdr.3
@@ -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
OpenPOWER on IntegriCloud