summaryrefslogtreecommitdiffstats
path: root/common/elf.c
Commit message (Expand)AuthorAgeFilesLines
* common: elf: support loading to address 0Ahmad Fatoum2023-09-211-6/+11
* common: elf: use proper field to get segment memory sizeDenis Orlov2023-03-161-4/+3
* treewide: replace errno_str() with %m printf format specifierAhmad Fatoum2022-10-111-7/+6
* common: elf: add elf_load_binaryClement Leger2022-01-181-22/+61
* common: elf: add elf_open, elf_close and elf_loadClement Leger2020-06-151-13/+7
* common: elf: load elf directly from fileClement Leger2020-06-151-35/+185
* common: elf: check number of elf program headersClement Leger2020-06-151-0/+5
* common: elf: use calloc instead of xzallocClement Leger2020-06-151-1/+4
* common: elf: fix warning on 32 bits architecturesClement Leger2020-06-151-1/+1
* common: elf: add computation of elf boundariesClement Leger2020-06-151-0/+7
* elf: add 64 bits elf loading supportClement Leger2019-09-061-22/+23
* add basic ELF parserOleksij Rempel2018-06-181-0/+145