.. |
cle.c
|
* Rename cle_upd_reloc to cle_write_reloc and changed first arg to
|
2007-04-26 13:37:28 +00:00 |
cle.h
|
* Scratch buffer is used as a string more often than not, change to
|
2007-05-15 10:28:03 +00:00 |
cle_avr.c
|
* Add last two relocs.
|
2007-05-11 15:40:16 +00:00 |
cle_msp430.c
|
* Rename cle_upd_reloc to cle_write_reloc and changed first arg to
|
2007-04-26 13:37:28 +00:00 |
cmod.c
|
* Obob in assertion.
|
2007-05-28 16:22:15 +00:00 |
cmod.h
|
* Add/update linker & loader error codes.
|
2007-04-26 12:54:13 +00:00 |
dlloader.c
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
dlloader.h
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
elf32.h
|
Small and modular dynamic link-editor.
|
2006-12-01 15:12:27 +00:00 |
elfloader-arch.h
|
Make consistent presumptions about inlcude paths.
|
2007-03-24 15:21:34 +00:00 |
elfloader-avr.c
|
- Fix / enhence AVR specific part of the ELF relocator. Some relocation types
|
2006-12-22 17:10:54 +00:00 |
elfloader-msp430.c
|
added parameter to relocate method
|
2006-12-18 14:54:04 +00:00 |
elfloader-stub.c
|
added parameter to relocate method
|
2006-12-18 14:54:04 +00:00 |
elfloader-x86.c
|
added parameter to relocate method
|
2006-12-18 14:54:04 +00:00 |
elfloader.c
|
More debugging information. Now identifies symtab and strtab based on type rather than name.
|
2007-03-22 23:56:44 +00:00 |
elfloader.h
|
moved elfloader-tmp.h -> elfloader.h
|
2006-12-18 14:45:49 +00:00 |
elfloader_compat.c
|
* Move loaded modules to higher addresses.
|
2007-05-15 16:21:29 +00:00 |
elfloader_compat.h
|
* Resurrect traditional elfloader interface.
|
2006-12-20 13:38:33 +00:00 |
sym.c
|
* Like symtab but rely on ANSI C features.
|
2007-04-25 15:33:29 +00:00 |
sym.h
|
* Like symtab but rely on ANSI C features.
|
2007-04-25 15:33:29 +00:00 |
symbols-def.h
|
* Switch from linear search to binary ditto.
|
2007-01-12 13:55:04 +00:00 |
symbols.h
|
* s/_DEF_/_/g
|
2007-01-30 18:04:59 +00:00 |
symtab-avr.c
|
Changed the generation of symbols to the mknmlist script. Now symbols.h is not automatically generated so we can use it as a normal include file and remove symbols-def.h.
|
2007-01-24 16:11:48 +00:00 |
symtab.c
|
Changed the generation of symbols to the mknmlist script. Now symbols.h is not automatically generated so we can use it as a normal include file and remove symbols-def.h.
|
2007-01-24 16:11:48 +00:00 |
symtab.h
|
* Switch from linear search to binary ditto.
|
2007-01-12 13:55:04 +00:00 |