aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
AgeCommit message (Expand)AuthorFilesLines
2021-02-12elf: Compile with -WextraAlexey Kardashevskiy3-8/+8
2020-05-13elf: Implement elf_get_file_size to determine size of an ELF imageStefan Berger3-0/+152
2020-02-21elf64: Add LE64 ABIv1/2 support for loading images to given addressAlexey Kardashevskiy1-0/+8
2018-07-02libelf: Add REL32 to the list of ignored relocationsThomas Huth1-0/+1
2014-03-18ELF: Enter LE binary in LE modeNikunj A Dadhania2-1/+12
2014-03-18ELF loading should fail for virt != physNikunj A Dadhania3-9/+16
2014-02-04Add support for 64bit LE ABI v1 and v2 supportNikunj A Dadhania2-2/+18
2013-12-06Add support for loading little endian ELF binaries.Anton Blanchard3-6/+95
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth1-0/+2
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth2-1/+29
2011-10-12Reworked libelf to support relocationThomas Huth6-167/+692
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt4-0/+314