|
NAMEelf_getarhdr —
retrieve ar(1) header for an archive member
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
Elf_Arhdr *
DESCRIPTIONTheelf_getarhdr () function returns a pointer to an
archive member header for a descriptor elf. This
descriptor must have been returned by a prior call to
elf_begin(3),
and must be a descriptor for a member inside an
ar(1)
archive.
Structure Elf_Arhdr includes the following members:
RETURN VALUESThis function returns a valid pointer to an Elf_Arhdr structure if successful, or NULL if an error is encountered.ERRORSFunctionelf_getarhdr () may fail with the following
errors:
SEE ALSOelf(3), elf_begin(3), elf_getarsym(3), elf_memory(3)
Visit the GSP FreeBSD Man Page Interface. |