|
NAMEgelf_getsyminfo ,
gelf_update_syminfo —
read and update symbol information
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <gelf.h>
GElf_Syminfo *
int
DESCRIPTIONThese convenience functions are used to retrieve and update class-dependent Elf32_Syminfo and Elf64_Syminfo records in an ELF object.Argument data is an
Elf_Data descriptor associated with a section of type
Function Function RETURN VALUESFunctiongelf_getsyminfo () returns the value of argument
syminfo if successful, or NULL in case of an error.
Function gelf_update_syminfo () returns a non-zero
value if successful, or zero in case of an error.
ERRORSThese functions may fail with the following errors:
SEE ALSOelf(3), elf_getdata(3), elf_getscn(3), gelf(3), gelf_getsym(3), gelf_update_sym(3)
Visit the GSP FreeBSD Man Page Interface. |