summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Protect against allocation failure in load_symbols.Richard Henderson2010-07-291-0/+10
* linux-user: Re-use load_elf_image for the main binary.Richard Henderson2010-07-291-277/+103
* linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson2010-07-291-174/+167
* linux-user: Remove partial support for a.out interpreters.Richard Henderson2010-07-291-70/+9
* linux-user: Put the stack guard page at the top.Richard Henderson2010-07-291-14/+17
* linux-user: Improve consistency checking in elf headers.Richard Henderson2010-07-291-24/+33
* linux-user: Load symbols from the interpreter.Richard Henderson2010-07-291-88/+101
* linux-user: Clean up byte-swapping in elfload.c.Richard Henderson2010-07-291-71/+48
* linux-user: Define ELF_DATA generically.Richard Henderson2010-07-291-24/+6
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-291-60/+44
* linux-user: Reindent elfload.c.Richard Henderson2010-07-291-510/+518
* Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson2010-07-291-9/+0
* linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson2010-07-291-97/+55
* Usermode exec-stack fixPaul Brook2010-06-161-0/+1
* Pre-allocate guest address spacePaul Brook2010-05-291-1/+1
* microblaze: Update elf machine nums.Edgar E. Iglesias2010-05-191-2/+2
* microblaze: Add linux-user core dumping support.Edgar E. Iglesias2010-05-191-0/+18
* Better default guest_basePaul Brook2010-05-051-6/+67
* Remove PAGE_RESERVEDPaul Brook2010-05-051-6/+0
* linux-user/ppc: use the Linux register layoutRob Landley2010-03-281-21/+2
* linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson2010-03-271-1/+1
* Fix usermode virtual address typePaul Brook2010-03-121-2/+2
* Disassembler symbol lookup fixPaul Brook2010-03-011-2/+2
* fix linux-user microblaze ELF_ARCH definitionMike Frysinger2010-01-171-1/+1
* linux-user: add core dump support for SHNathan Froyd2009-12-191-0/+33
* linux-user: add core dump support for M68KNathan Froyd2009-12-191-0/+29
* linux-user: add core dump support for MIPSNathan Froyd2009-12-191-0/+46
* linux-user: add core dump support for PPCNathan Froyd2009-12-191-0/+26
* linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd2009-12-191-19/+19
* linux-user: commonify definitions of target typedefsNathan Froyd2009-12-191-22/+10
* linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd2009-12-191-1/+1
* linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno2009-12-191-1/+1
* target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson2009-12-131-3/+0
* linux-user: Update ARM hwcapsRiku Voipio2009-10-161-1/+8
* linux-user: fix "#if 0"'d printf()Paul Bolle2009-10-041-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-32/+32
* Get rid of _t suffixmalc2009-10-011-32/+32
* elfload: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* Compile loader only onceBlue Swirl2009-09-201-2/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-14/+14
* Fix symfind.Laurent Desnogues2009-08-101-1/+1
* More NULL pointer fixesBlue Swirl2009-08-011-1/+1
* Use correct byteswap routine for elf_notemalc2009-07-181-3/+3
* Avoid name clashes with symbols that leak from system headersmalc2009-07-181-37/+37
* ELF codedump build failuresLaurent Desnogues2009-07-171-29/+30
* Userspace guest address offsettingPaul Brook2009-07-171-0/+23
* linux-user: added x86 and x86_64 support for ELF coredumpMika Westerberg2009-06-161-0/+83
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-8/+920
* microblaze: linux-user support.Edgar E. Iglesias2009-05-261-0/+22
* support ELF_HWCAP for PPPCNathan Froyd2009-05-161-0/+58
OpenPOWER on IntegriCloud