|
NAMEelf_getident —
return the initial bytes of a file
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
char *
DESCRIPTIONFunctionelf_getident () returns a pointer to the initial
bytes of the file for descriptor elf.
If argument sz is non-null, the size of the identification area returned is written to the location pointed to by sz. This location is set to zero on errors. RETURN VALUESFunctionelf_getident () will return a non-NULL pointer
to the initial bytes of the file if successful, or NULL if an error condition
is detected.
ERRORSFunctionelf_getident () can fail with the following
errors:
SEE ALSOelf(3), elf32_getehdr(3), elf64_getehdr(3), elf_getarhdr(3), elf_getbase(3), elf_getflags(3), elf_kind(3), elf_rawfile(3), elf_update(3), gelf(3), gelf_getclass(3), gelf_getehdr(3)
Visit the GSP FreeBSD Man Page Interface. |