|
NAMEelf32_getchdr , elf64_getchdr ,
gelf_getchdr —
retrieve the compression header of a section
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
Elf32_Chdr *
Elf64_Chdr *
GElf_Chdr *
DESCRIPTIONThese functions return a pointer to the ELF Compression Header data structure associated with section descriptor scn.Function Function Function RETURN VALUESFunctionself32_getchdr () and
elf64_getchdr () return a valid pointer to the
appropriate compression header on success or NULL if an error was encountered.
Function ERRORSThese functions may fail with the following errors:
SEE ALSOelf(3), elf_getscn(3), gelf(3),
Visit the GSP FreeBSD Man Page Interface. |