aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-02linux-user: save auxv lengthAlexander Graf1-11/+4
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang1-1/+1
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell1-3/+2
2011-10-27ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson1-4/+4
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert1-2/+54
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-13/+13
2011-07-14set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko1-2/+4
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI1-1/+20
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell1-57/+73
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT1-15/+19
2011-05-20s390x: s390x-linux-user supportUlrich Hecht1-0/+19
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-0/+74
2011-02-17linux-user: correct core dump formatLaurent Vivier1-16/+18
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger1-0/+71
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil1-3/+5
2010-07-29linux-user: Protect against allocation failure in load_symbols.Richard Henderson1-0/+10
2010-07-29linux-user: Re-use load_elf_image for the main binary.Richard Henderson1-277/+103
2010-07-29linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson1-174/+167
2010-07-29linux-user: Remove partial support for a.out interpreters.Richard Henderson1-70/+9
2010-07-29linux-user: Put the stack guard page at the top.Richard Henderson1-14/+17
2010-07-29linux-user: Improve consistency checking in elf headers.Richard Henderson1-24/+33
2010-07-29linux-user: Load symbols from the interpreter.Richard Henderson1-88/+101
2010-07-29linux-user: Clean up byte-swapping in elfload.c.Richard Henderson1-71/+48
2010-07-29linux-user: Define ELF_DATA generically.Richard Henderson1-24/+6
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson1-60/+44
2010-07-29linux-user: Reindent elfload.c.Richard Henderson1-510/+518
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson1-9/+0
2010-07-29linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson1-97/+55
2010-06-16Usermode exec-stack fixPaul Brook1-0/+1
2010-05-29Pre-allocate guest address spacePaul Brook1-1/+1
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias1-2/+2
2010-05-19microblaze: Add linux-user core dumping support.Edgar E. Iglesias1-0/+18
2010-05-05Better default guest_basePaul Brook1-6/+67
2010-05-05Remove PAGE_RESERVEDPaul Brook1-6/+0
2010-03-28linux-user/ppc: use the Linux register layoutRob Landley1-21/+2
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson1-1/+1
2010-03-12Fix usermode virtual address typePaul Brook1-2/+2
2010-03-01Disassembler symbol lookup fixPaul Brook1-2/+2
2010-01-17fix linux-user microblaze ELF_ARCH definitionMike Frysinger1-1/+1
2009-12-19linux-user: add core dump support for SHNathan Froyd1-0/+33
2009-12-19linux-user: add core dump support for M68KNathan Froyd1-0/+29
2009-12-19linux-user: add core dump support for MIPSNathan Froyd1-0/+46
2009-12-19linux-user: add core dump support for PPCNathan Froyd1-0/+26
2009-12-19linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd1-19/+19
2009-12-19linux-user: commonify definitions of target typedefsNathan Froyd1-22/+10
2009-12-19linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd1-1/+1
2009-12-19linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno1-1/+1
2009-12-13target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson1-3/+0
2009-10-16linux-user: Update ARM hwcapsRiku Voipio1-1/+8