mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 10:45:03 +01:00
basic storage allocation
This commit is contained in:
parent
b76d57ee9d
commit
b04e3b8a55
7 changed files with 171 additions and 21 deletions
|
|
@ -5,7 +5,7 @@
|
|||
use crate::{
|
||||
consts::{self as c, DynamicTag, ShType},
|
||||
idx::{define_idx, ElfIndexExt, ToIdxUsize},
|
||||
Addr, Offset,
|
||||
Addr, Offset, write::Section,
|
||||
};
|
||||
use bstr::BStr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue