basic storage allocation

This commit is contained in:
nora 2023-10-20 20:38:16 +02:00
parent b76d57ee9d
commit b04e3b8a55
7 changed files with 171 additions and 21 deletions

View file

@ -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;