summary refs log tree commit diff stats
path: root/contrib/elf2dmp/addrspace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/elf2dmp: Ensure segment fits in fileAkihiko Odaki2024-03-111-2/+3
* contrib/elf2dmp: Always check for PA resolution failureAkihiko Odaki2024-03-111-17/+29
* contrib/elf2dmp: Fix error reporting style in addrspace.cAkihiko Odaki2024-03-111-4/+4
* contrib/elf2dmp: Change pa_space_create() signatureAkihiko Odaki2024-03-111-3/+1
* contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar2023-10-191-5/+2
* elf2dmp: introduce physical block alignmentViktor Prutyanov2023-09-211-2/+29
* contrib/elf2dmp: fix code styleViktor Prutyanov2023-03-211-0/+1
* elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZEJiaxun Yang2021-01-201-2/+2
* contrib: add elf2dmp toolViktor Prutyanov2018-10-021-0/+233