aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf/elf.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12elf: Compile with -WextraAlexey Kardashevskiy1-1/+1
2020-05-13elf: Implement elf_get_file_size to determine size of an ELF imageStefan Berger1-0/+26
2020-02-21elf64: Add LE64 ABIv1/2 support for loading images to given addressAlexey Kardashevskiy1-0/+8
2014-03-18ELF: Enter LE binary in LE modeNikunj A Dadhania1-1/+5
2014-03-18ELF loading should fail for virt != physNikunj A Dadhania1-0/+3
2014-02-04Add support for 64bit LE ABI v1 and v2 supportNikunj A Dadhania1-2/+11
2013-12-06Add support for loading little endian ELF binaries.Anton Blanchard1-6/+15
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2011-10-12Reworked libelf to support relocationThomas Huth1-159/+90
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt1-0/+234