index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-12
unicore32: necessary modifications for other files to support unicore32
Guan Xuetao
1
-0
/
+74
2011-02-17
linux-user: correct core dump format
Laurent Vivier
1
-16
/
+18
2011-02-09
linux-user/elfload: add FDPIC support
Mike Frysinger
1
-0
/
+71
2011-02-09
linux-user: Fix possible realloc memory leak
Stefan Weil
1
-3
/
+5
2010-07-29
linux-user: Protect against allocation failure in load_symbols.
Richard Henderson
1
-0
/
+10
2010-07-29
linux-user: Re-use load_elf_image for the main binary.
Richard Henderson
1
-277
/
+103
2010-07-29
linux-user: Extract load_elf_image from load_elf_interp.
Richard Henderson
1
-174
/
+167
2010-07-29
linux-user: Remove partial support for a.out interpreters.
Richard Henderson
1
-70
/
+9
2010-07-29
linux-user: Put the stack guard page at the top.
Richard Henderson
1
-14
/
+17
2010-07-29
linux-user: Improve consistency checking in elf headers.
Richard Henderson
1
-24
/
+33
2010-07-29
linux-user: Load symbols from the interpreter.
Richard Henderson
1
-88
/
+101
2010-07-29
linux-user: Clean up byte-swapping in elfload.c.
Richard Henderson
1
-71
/
+48
2010-07-29
linux-user: Define ELF_DATA generically.
Richard Henderson
1
-24
/
+6
2010-07-29
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson
1
-60
/
+44
2010-07-29
linux-user: Reindent elfload.c.
Richard Henderson
1
-510
/
+518
2010-07-29
Add more DT_* and AT_* constants to qemu's copy of elf.h.
Richard Henderson
1
-9
/
+0
2010-07-29
linux-user: Handle filesz < memsz for any PT_LOAD segment.
Richard Henderson
1
-97
/
+55
2010-06-16
Usermode exec-stack fix
Paul Brook
1
-0
/
+1
2010-05-29
Pre-allocate guest address space
Paul Brook
1
-1
/
+1
2010-05-19
microblaze: Update elf machine nums.
Edgar E. Iglesias
1
-2
/
+2
2010-05-19
microblaze: Add linux-user core dumping support.
Edgar E. Iglesias
1
-0
/
+18
2010-05-05
Better default guest_base
Paul Brook
1
-6
/
+67
2010-05-05
Remove PAGE_RESERVED
Paul Brook
1
-6
/
+0
2010-03-28
linux-user/ppc: use the Linux register layout
Rob Landley
1
-21
/
+2
2010-03-27
linux-user: Use RLIMIT_STACK for default stack size.
Richard Henderson
1
-1
/
+1
2010-03-12
Fix usermode virtual address type
Paul Brook
1
-2
/
+2
2010-03-01
Disassembler symbol lookup fix
Paul Brook
1
-2
/
+2
2010-01-17
fix linux-user microblaze ELF_ARCH definition
Mike Frysinger
1
-1
/
+1
2009-12-19
linux-user: add core dump support for SH
Nathan Froyd
1
-0
/
+33
2009-12-19
linux-user: add core dump support for M68K
Nathan Froyd
1
-0
/
+29
2009-12-19
linux-user: add core dump support for MIPS
Nathan Froyd
1
-0
/
+46
2009-12-19
linux-user: add core dump support for PPC
Nathan Froyd
1
-0
/
+26
2009-12-19
linux-user: fix ARM core dumps on opposite-endian hosts
Nathan Froyd
1
-19
/
+19
2009-12-19
linux-user: commonify definitions of target typedefs
Nathan Froyd
1
-22
/
+10
2009-12-19
linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion
Nathan Froyd
1
-1
/
+1
2009-12-19
linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types
Aurelien Jarno
1
-1
/
+1
2009-12-13
target-alpha: Drop bogus UNIQ initial value on Linux.
Richard Henderson
1
-3
/
+0
2009-10-16
linux-user: Update ARM hwcaps
Riku Voipio
1
-1
/
+8
2009-10-04
linux-user: fix "#if 0"'d printf()
Paul Bolle
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-32
/
+32
2009-10-01
Get rid of _t suffix
malc
1
-32
/
+32
2009-09-30
elfload: fix coding style nit
Michael S. Tsirkin
1
-1
/
+1
2009-09-20
Compile loader only once
Blue Swirl
1
-2
/
+2
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-14
/
+14
2009-08-10
Fix symfind.
Laurent Desnogues
1
-1
/
+1
2009-08-01
More NULL pointer fixes
Blue Swirl
1
-1
/
+1
2009-07-18
Use correct byteswap routine for elf_note
malc
1
-3
/
+3
2009-07-18
Avoid name clashes with symbols that leak from system headers
malc
1
-37
/
+37
2009-07-17
ELF codedump build failures
Laurent Desnogues
1
-29
/
+30
2009-07-17
Userspace guest address offsetting
Paul Brook
1
-0
/
+23
[next]