mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-01 06:41:51 -04:00
f0a5176739
- Added doc/README - Updated doc/ChangeLog - Added a eu-readelf manpage based on the one from binutils. - Added a brand new manpage for eu-elfclassify the new utility. - Add some new files in the doc directory and sync makefile with upstream. - Reenable the compilation of doc directory. - Disable sgml file building - Build man pages the automake way Since V1 - Put man pages in the proper directories. - Added copy of Gnu Free Documentation License - Modified eu-readelf.1 man page to match the supported options. Signed-off-by: Ben Woodard <woodard@redhat.com> Signed-off-by: Mark Wielaard <mark@klomp.org>
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
.\" Modified Thu Sep 5 2017 by Ben Woodard <woodard@redhat.com>
|
|
.\"
|
|
.TH ELF_UPDATE 3 2017-09-05 "Libelf" "Libelf Programmer's Manual"
|
|
.SH NAME
|
|
elf_update \- update an ELF descriptor
|
|
.nf
|
|
.SH SYNOPSIS
|
|
.B #include <libelf.h>
|
|
.sp
|
|
.BI "off_t elf_update (Elf *" elf ", Elf_Cmd " cmd ");"
|
|
.fi
|
|
.SH DESCRIPTION
|
|
The
|
|
.BR elf_update ()
|