|
NAMEgelf_update_ehdr ,
gelf_update_phdr ,
gelf_update_shdr —
update underlying ELF data structures
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <gelf.h>
int
int
int
DESCRIPTIONThese functions are used to update ELF data structures on the underlying ELF descriptor. Class-dependent data structures in the underlying ELF descriptor are updated using the data in the class-independent GElf descriptors and the underlying ELF data structures are marked “dirty”. The conversion process signals an error if the values being copied to the target ELF data structure would exceed representation limits. GElf descriptors are described in gelf(3).Function Function Function RETURN VALUESThese functions return a non-zero integer on success, or zero in case of an error.ERRORSThese functions may fail with the following errors:
SEE ALSOelf(3), elf_flagelf(3), elf_flagphdr(3), elf_flagshdr(3), gelf(3), gelf_getehdr(3), gelf_getphdr(3), gelf_getshdr(3)
Visit the GSP FreeBSD Man Page Interface. |