rustld 0.1.55

A modern ELF loader (static & dynamic linker + compatible glibc & musl) written in Rust
Documentation
1
2
3
4
5
6
7
8
pub mod dynamic_array;
pub mod header;
pub mod header_table;
pub mod program_header;
pub mod relocate;
pub mod string_table;
pub mod symbol;
pub mod thread_local_storage;