index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
elf_loader.ml
Age
Commit message (
Expand
)
Author
2019-03-04
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-02-27
Provide more access to the ELF symbols in the OCaml ELF-loader.
Prashanth Mundkur
2019-02-25
Merge branch 'sail2' into rmem_interpreter
Jon French
2019-02-20
Record the type of loaded ELF for sanity checks.
Prashanth Mundkur
2019-02-20
Support 32-bit ELF in OCaml loader.
Prashanth Mundkur
2018-10-15
Interpreter: add new command :bin <addr> <file> to load raw binary into memory
Jon French
2018-06-26
In elf_loader don't attempt to convert paddr to int64 because on MIPS it is q...
Robert Norton
2018-06-22
Fix bug in elf_loader: zero memory when segment memsz exceeds size.
Prashanth Mundkur
2018-06-08
Fix use of non-tail-recursive calls in elf_loader.
Prashanth Mundkur
2018-05-09
Fix Byte_sequence errors due to linksem update
emersion
2018-03-12
ELF loading for C backend
Alasdair Armstrong
2018-02-26
work around linksem crashing when trying to print an elf file where entry_poi...
Robert Norton
2018-01-26
Fixed loading ARM elf files
Alasdair Armstrong
2018-01-25
Extend RISCV main loop with support for tohost interface used by test suite f...
Robert Norton
2018-01-18
Add elf_loader file
Alasdair Armstrong