Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module unloading & cleanup, and dependency info.elflink-old | Stefan Bucur | 2008-06-17 | 1 | -1/+4 |
| | |||||
* | Implemented the module loading using stream functions. | Stefan Bucur | 2008-06-17 | 1 | -9/+5 |
| | |||||
* | Implemented support for GNU hash tables. | Stefan Bucur | 2008-06-15 | 1 | -0/+1 |
| | | | | | The implementation is an adaptation from the uClibc dynamic ELF loading and linking. | ||||
* | Implemented symbol verification and global searching. | Stefan Bucur | 2008-06-11 | 1 | -0/+6 |
| | | | | | The global searching routine yields priority to the GLOBAL symbols, and uses WEAK symbols only when GLOBAL symbols are not found. | ||||
* | Added support for searching symbols | Stefan Bucur | 2008-06-11 | 1 | -0/+2 |
| | |||||
* | Extracted symbol information from the ELF file. | Stefan Bucur | 2008-06-11 | 1 | -3/+15 |
| | |||||
* | Implemented logic for segment loading. | Stefan Bucur | 2008-06-10 | 1 | -0/+6 |
| | |||||
* | Created the basic module infrastructure. | Stefan Bucur | 2008-06-09 | 1 | -0/+58 |