mspdebug/formats
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
..
binfile.c Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
binfile.h Display section names when programming. 2011-10-12 13:52:56 +13:00
coff.c Display section names when programming. 2011-10-12 13:52:56 +13:00
coff.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
elf32.c Display section names when programming. 2011-10-12 13:52:56 +13:00
elf32.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
elf_format.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
ihex.c Display section names when programming. 2011-10-12 13:52:56 +13:00
ihex.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
srec.c Display section names when programming. 2011-10-12 13:52:56 +13:00
srec.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
symmap.c Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
symmap.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00
titext.c Display section names when programming. 2011-10-12 13:52:56 +13:00
titext.h Restructuring: move file format implementations to formats/ 2011-09-14 16:12:03 +12:00