Commit Graph

9 Commits

Author SHA1 Message Date
Sebastian Würl 1633ed504a
elf32.c: Extract and flash INIT_ARRAY sections 2021-03-08 12:57:05 +01:00
Thilo Schulz 4f21d592f3 Increase limit on number of ELF program / section headers 2019-09-20 16:21:39 +02:00
Daniel Beer 9a425d2877 elf32: fix size in call to memset.
Pointed out by Eric Decker <cire831@gmail.com>.
2014-02-09 20:32:47 +13:00
Daniel Beer 377e30ea03 coff: skip over bad symbol table entries. 2012-08-01 12:20:17 +12:00
Daniel Beer 5584136b69 elf32: stop section extraction after the first error. 2012-07-18 14:00:16 +12:00
Daniel Beer f44d9d5281 elf32: more portable implementation.
The old implementation only worked on little-endian machines, and
relied on a particular struct layout.
2012-05-10 10:00:58 +12:00
Tamas TEVESZ d98d990752 Kill unused variables
Mark those that are unused but can't be killed accordingly.
2011-11-15 09:26:35 +13:00
Daniel Beer 18e3fbac74 Display section names when programming.
The binfile extraction and programming code is now aware of section
names when dealing with ELF32 files. The names are displayed when
programming, and chunks in different sections aren't combined, even if
they're contiguous.
2011-10-12 13:52:56 +13:00
Daniel Beer 7715e45af4 Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00