Scroll to navigation

ELF_UPDATE(3) Libelf Programmer's Manual ELF_UPDATE(3)

NAME

elf_update - update an ELF descriptor

SYNOPSIS

#include <libelf.h>

off_t elf_update (Elf *elf, Elf_Cmd cmd);

DESCRIPTION

The elf_update()

2017-09-05 Libelf