summaryrefslogtreecommitdiffstats
path: root/src/shared/elf-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-6/+3
* shared: Add more dlopen() testsDaan De Meyer2022-03-011-2/+2
* elf-util: add missing assertionYu Watanabe2022-01-031-0/+2
* elf-util: reduce variable scopeYu Watanabe2022-01-031-3/+3
* elf-util: executable argument for parse_elf() may be NULLYu Watanabe2022-01-031-3/+5
* elf-util: reduce variable scope and indentationYu Watanabe2022-01-031-40/+42
* elf-util: reduce variable scope and indentationYu Watanabe2022-01-031-20/+22
* Merge pull request #21454 from bluca/inspect_elfZbigniew Jędrzejewski-Szmek2021-12-061-5/+136
|\
| * elf-util: add function to parse metadata out of ELF objectsLuca Boccassi2021-12-011-5/+136
* | elf-util: do not ignore prctl() errorsLuca Boccassi2021-12-011-2/+5
|/
* elf-util: switch libelf/libdw to dlopen()Luca Boccassi2021-11-301-54/+176
* elf-util: split out helper to parse build-idLuca Boccassi2021-11-301-27/+47
* coredump: move elf parsing utilities to src/shared/elf-utilLuca Boccassi2021-11-301-0/+535