summaryrefslogtreecommitdiffstats
path: root/common/elf.c
Commit message (Expand)AuthorAgeFilesLines
* 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