]> git.ipfire.org Git - thirdparty/man-pages.git/commit
elf(5): document notes
authorMike Frysinger <vapier@gentoo.org>
Sun, 27 Nov 2016 03:31:37 +0000 (22:31 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 27 Nov 2016 10:15:37 +0000 (11:15 +0100)
commit9c72e3cad8149dbc1128c2a8ef606665a98128c8
tree70fa6b0d51969b829070d4a3feacfaf6cac81de6
parent33e2220924b9884b523c5c210491bc21903417b1
elf(5): document notes

Document the Elf{32,64}_Nhdr structure, the sections/segments that
contain notes, and how to interpret them.  I've been lazy and only
included the GNU extensions here, especially as others are not
defined in the elf.h header file as shipped by glibc.

I've mostly used binutils, glibc, breakpad, and the GABI ELF spec
as sources of data for these fields.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/elf.5