makerom: now supports unstripped ELFs

This commit is contained in:
jakcron
2015-09-19 19:50:26 +08:00
parent 49e12c8d69
commit 1bcc5de71c
3 changed files with 111 additions and 104 deletions
+1
View File
@@ -45,6 +45,7 @@ typedef struct
elf_program_entry *header;
u32 sectionNum;
u32 sectionNumMax;
elf_section_entry *sections;
} elf_segment;