Read section name from XML

This commit is contained in:
2023-01-06 17:32:51 +01:00
parent e93b42dd40
commit aa15e1a541
2 changed files with 51 additions and 5 deletions

View File

@@ -7,7 +7,9 @@
#include <patchelfcrc/elfpatch.h>
struct xml_crc_entry {
char *name;
uint64_t vma;
uint64_t lma;
uint64_t size;
uint32_t crc;
};