aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf/libelf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: abolish obsolete macrosIan Jackson2013-06-141-12/+12
* libelf: check loops for running awayIan Jackson2013-06-141-2/+45
* libelf: use only unsigned integersIan Jackson2013-06-141-10/+10
* libelf: use C99 bool for booleansIan Jackson2013-06-141-2/+2
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-141-1/+1
* libelf: check all pointer accessesIan Jackson2013-06-141-7/+9
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-141-39/+45
* libelf: move include of <asm/guest_access.h> to top of fileIan Jackson2013-06-141-1/+4
* libelf: add `struct elf_binary*' parameter to elf_load_imageIan Jackson2013-06-141-3/+5
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-3/+27
* Clean up stdarg handling a little. Fix for NetBSD.Keir Fraser2011-05-271-2/+0
* # HG changeset patchIan Campbell2010-08-241-0/+14
* libelf: Tidy up logging and remove dependency on stdio.Keir Fraser2010-05-281-2/+20
* libelf: Clean up and fix up BSD symtab handling.kfraser@localhost.localdomain2007-08-021-30/+98
* elfloader: Re-add break stmt I stupidly removed from elf parser.kfraser@localhost.localdomain2007-08-021-0/+2
* libelf: Remove unneeded extra elf_set_verbose() invocation.kfraser@localhost.localdomain2007-08-021-4/+0
* [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-011-5/+37
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-02-141-58/+69
|\
| * libelf: use xen code style.kfraser@localhost.localdomain2007-02-141-56/+67
* | [LIBELF] Print phdr addresses when loading.Hollis Blanchard2007-02-091-0/+2
|/
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-251-0/+156