mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-16 14:25:02 +01:00
finish base
This commit is contained in:
parent
7026e5c1b8
commit
b8d9f28059
6 changed files with 98 additions and 11 deletions
|
|
@ -4,7 +4,6 @@ pub struct Elf {
|
|||
pub content: Vec<u8>,
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct Header {
|
||||
pub e_entry: u32,
|
||||
|
|
@ -19,7 +18,6 @@ pub struct Header {
|
|||
pub e_shstrndx: u16,
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct Phdr {
|
||||
pub p_type: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue