Query: elf_rawfile
OS: netbsd
Section: 3
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ELF_RAWFILE(3) BSD Library Functions Manual ELF_RAWFILE(3)NAMEelf_rawfile -- return uninterpreted contents of an ELF fileLIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h> char * elf_rawfile(Elf *elf, size_t *sz);DESCRIPTIONFunction 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 VALUESFunction elf_rawfile() returns a valid pointer if successful or NULL if an error occurs.ERRORSFunction 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 ALSOelf(3), elf_getdata(3), elf_getident(3), elf_kind(3), elf_update(3)BSDJuly 3, 2006 BSD
Related Man Pages |
---|
elf_getshnum(3) - netbsd |
elf_getident(3) - netbsd |
elf_getshdrnum(3) - freebsd |
elf_cntl(3) - freebsd |
elf_getident(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
PS Command Field |
Function call not return value into var |
Function call not return value into var |