|
NAMEelf_fill —
set fill byte for inter-section padding
LIBRARYELF Access Library (libelf, -lelf)SYNOPSIS#include <libelf.h>
void
DESCRIPTIONFunctionelf_fill () allows an application to specify a
fill value for the padding inserted between two sections of an ELF file to
meet section alignment constraints. By default the ELF library uses zero bytes
for padding.
The ELF library will only pad bytes if the
SEE ALSOelf(3), elf_flagelf(3), gelf(3)
Visit the GSP FreeBSD Man Page Interface. |