*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: elf_rawfile | Section: 3 | Source: FreeBSD | File: elf_rawfile.3.gz
ELF_RAWFILE(3) FreeBSD Library Functions Manual ELF_RAWFILE(3) NAME elf_rawfile - return uninterpreted contents of an ELF file LIBRARY ELF Access Library (libelf, -lelf) SYNOPSIS #include <libelf.h> char * elf_rawfile(Elf *elf, size_t *sz); DESCRIPTION Function elf_rawfile() returns the uninterpreted contents of the file referenced by ELF descriptor elf. If argument sz is non-null, the function stores the file's size in bytes in the location to which it points. A value of zero is written to this location if an error is encountered. RETURN VALUES Function elf_rawfile() returns a valid pointer if successful or NULL if an error occurs. ERRORS Function elf_rawfile() may fail with the following errors: [ELF_E_ARGUMENT] Argument elf was NULL. [ELF_E_SEQUENCE] Argument elf was opened for writing and function elf_rawfile() was invoked before elf_update(3). SEE ALSO elf(3), elf_getdata(3), elf_getident(3), elf_kind(3), elf_update(3) FreeBSD 14.1-RELEASE-p8 July 3, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options