summaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-4/+6
2014-02-18linux-user/elfload.c: Avoid calling g_free() on uninitialized dataPeter Maydell1-4/+12
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton1-2/+1
2013-09-10linux-user: Add AArch64 supportAlexander Graf1-2/+13
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-7/+9
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-3/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-1/+1
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini1-2/+2
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini1-7/+7
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini1-3/+3
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini1-57/+57
2013-04-18elfload: fix size of registers for N32Paolo Bonzini1-7/+14
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini1-9/+9
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering1-5/+7
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge1-9/+50
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge1-33/+77
2012-07-27target-or32: Add linux user supportJia Liu1-0/+41
2012-04-06Userspace ARM BE8 supportPaul Brook1-0/+1
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet1-4/+27
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-8/+8
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber1-12/+12
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