|
NAMEgelf_fsize , elf32_fsize ,
elf64_fsize —
return the size of a file type
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
size_t
size_t
size_t
DESCRIPTIONThese functions return the size in bytes of the file representation of count numbers of objects of ELF type type. For ELF types that are of variable length, these functions return a size of one byte.Functions RETURN VALUESThese functions return a non-zero value in case of success, or zero in case of an error.ERRORSThese functions may fail with:
SEE ALSOelf(3), gelf(3)
Visit the GSP FreeBSD Man Page Interface. |