aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf/libelf-tools.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: abolish obsolete macrosIan Jackson2013-06-141-12/+12
* libelf: check loops for running awayIan Jackson2013-06-141-2/+26
* libelf: use only unsigned integersIan Jackson2013-06-141-12/+12
* libelf: use C99 bool for booleansIan Jackson2013-06-141-5/+5
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-141-3/+6
* libelf: check all pointer accessesIan Jackson2013-06-141-6/+100
* libelf: check nul-terminated strings properlyIan Jackson2013-06-141-3/+7
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-141-45/+49
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-141-28/+0
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* add privileged (dom0) kernel feature indicationJan Beulich2011-07-231-0/+21
* # HG changeset patchIan Campbell2010-08-241-0/+14
* libelf: make elf_phdr_is_loadable load read-only segments.Keir Fraser2010-01-291-1/+1
* libelf: Clean up and fix up BSD symtab handling.kfraser@localhost.localdomain2007-08-021-30/+0
* [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-011-0/+30
* [LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes.Ian Campbell2007-02-191-0/+11
* libelf: use xen code style.kfraser@localhost.localdomain2007-02-141-54/+67
* Clean up libelf endian macros and includes.kaf24@localhost.localdomain2007-01-281-2/+2
* add libelf: an ELF binary parser library.Emmanuel Ackaouy2007-01-251-0/+225