diff options
author | Mark Wielaard <[email protected]> | 2020-06-11 00:06:30 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2020-06-11 03:58:27 +0200 |
commit | 49f13584d60322578c19b6118393ab04236ca7bf (patch) | |
tree | 88c79fbf73c54734c51b6b4a9a2a154e229f30c6 /doc/elf_update.3 | |
parent | c0d643e7d91fc002c9fecd83277c62a0e56ef76f (diff) | |
parent | 2c7c40373b68968cce20a60a28234e2a2cbc55cb (diff) |
Merge tag 'elfutils-0.178' into mjw/RH-DTSdts-0.178
elfutils 0.178 release
Adopt ebl backends loading from trunk.
Diffstat (limited to 'doc/elf_update.3')
-rw-r--r-- | doc/elf_update.3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/elf_update.3 b/doc/elf_update.3 new file mode 100644 index 00000000..d0a7ab10 --- /dev/null +++ b/doc/elf_update.3 @@ -0,0 +1,14 @@ +.\" Modified Thu Sep 5 2017 by Ben Woodard <[email protected]> +.\" +.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 () |