Re: [PATCH 3/7] dump: Add more offset variables

2022-03-02 Thread Marc-André Lureau
On Tue, Mar 1, 2022 at 6:22 PM Janosch Frank wrote: > > Offset calculations are easy enough to get wrong. Let's add a few > variables to make moving around elf headers and data sections easier. > > Signed-off-by: Janosch Frank Reviewed-by: Marc-André Lureau > --- > dump/dump.c | 34

[PATCH 3/7] dump: Add more offset variables

2022-03-01 Thread Janosch Frank
Offset calculations are easy enough to get wrong. Let's add a few variables to make moving around elf headers and data sections easier. Signed-off-by: Janosch Frank --- dump/dump.c | 34 ++ include/sysemu/dump.h | 4 2 files changed, 18 insertions(