summaryrefslogtreecommitdiffstats
path: root/lib/elf_py.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix calloc warning on recent compilerRafael Zalamena2024-09-301-1/+1
* build: warn/fail on missing `XREF_SETUP()`David Lamparter2024-05-021-0/+9
* lib: clippy ELF: check existence of string tableDavid Lamparter2023-09-201-1/+3
* lib: Fix elf_py.c for coverityDonald Sharp2023-07-241-1/+1
* lib: Make coverity happy about closeDonald Sharp2023-04-211-1/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib/clippy: fix symbol validity checkDavid Lamparter2023-01-061-1/+1
* build: first header *must* be zebra.h or config.hDavid Lamparter2022-04-041-1/+1
* lib/clippy: don't endian-convert twiceDavid Lamparter2022-01-181-15/+14
* lib: fix elf_py TLS section handlingDavid Lamparter2021-11-101-0/+3
* lib/clippy: fix forgotten conditionalDavid Lamparter2021-08-281-0/+4
* lib: add DT_REL to elf_py/clippy ELF codeDavid Lamparter2021-04-081-21/+99
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-2/+2
* lib/clippy: add libelf wrapperDavid Lamparter2021-02-231-0/+1301