aboutsummaryrefslogtreecommitdiffstats
path: root/elf_ops.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Make the ELF loader aware of backwards compatibilityblueswir11-2/+15
2008-10-22Use load address when loading ELF images.pbrook1-2/+4
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook1-24/+63
2007-11-18Add statics and missing #includes for prototypes.pbrook1-3/+3
2007-10-17Cast ELF datatypes properly to host 64bit types.ths1-3/+3
2007-09-25 Remove the target dependency introduced by previous patchblueswir11-1/+1
2007-09-24 Fix loading above 4Gblueswir11-2/+2
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-04-01Improved initrd support for mips.ths1-1/+11
2006-12-23Simplify error handling again.ths1-7/+4
2006-12-23Check ELF binaries for machine type and endianness.ths1-4/+9
2006-05-02fixed memory leakbellard1-0/+1
2006-04-26added entry parameter to ELF loaderbellard1-3/+10
2006-04-23generic ELF loaderbellard1-0/+197