elf_fill(3) - NetBSD Manual Pages

ELF_FILL(3)             NetBSD Library Functions Manual            ELF_FILL(3)


NAME
elf_fill -- set fill byte for inter-section padding
LIBRARY
ELF Object Manipulation Library (libelf, -lelf)
SYNOPSIS
#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
elf(3), elf_flagelf(3), gelf(3) NetBSD 7.0 June 11, 2006 NetBSD 7.0

Powered by man-cgi (2026-04-06). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.