[PATCH 2/4 v3] doc: Add elf_memory.3

2025-09-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- v3: Mention that the underlying memory image should be writable since libelf may attempt to modify it. Remove some implementation details. doc/Makefile.am | 1 + doc/elf_memory.3 | 85 2 files changed, 86 inserti

[PATCH 4/4] doc: Add gelf_getehdr.3

2025-09-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/Makefile.am| 1 + doc/gelf_getehdr.3 | 62 ++ 2 files changed, 63 insertions(+) create mode 100644 doc/gelf_getehdr.3 diff --git a/doc/Makefile.am b/doc/Makefile.am index 1230480e..3c22f0aa 100644 --- a/doc/Make

[PATCH 1/4 v3] doc: Add elf_flag*.3

2025-09-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- v3 changes: Fix unbalanced " in SYNOPSIS. Reword ELF_F_LAYOUT description and mention that phdr offset changes will prevent automatic changes to shdr offset changes during elf_update. Mention that ELF_F_PERMISSIVE is an elfutils extention. doc/Makefile.am| 6

[PATCH 3/4] doc: Add gelf_getclass.3

2025-09-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/Makefile.am | 1 + doc/gelf_getclass.3 | 63 + 2 files changed, 64 insertions(+) create mode 100644 doc/gelf_getclass.3 diff --git a/doc/Makefile.am b/doc/Makefile.am index 96d35d20..1230480e 100644 --- a/doc/Ma