elf_fill(3)
Canonical URL: /elf_fill.3/
ELF_FILL(3)
Library Functions Manual
ELF_FILL(3)
NAME
elf_fill —
set fill byte for inter-section
padding
SYNOPSIS
/* -lelf */
#include <libelf.h>
void
elf_fill(int
fill);
DESCRIPTION
Function
elf_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
ELF_F_LAYOUT flag is not set for the ELF file.
SEE ALSO
OpenBSD 7.8 June
11, 2006 ELF_FILL(3)
Need conceptual guidance? Continue in the OpenBSD Handbook.