pub fn getModuleSlide(si: *SelfInfo, io: Io, address: usize) Error!usize
pub fn getModuleSlide(si: *SelfInfo, io: Io, address: usize) Error!usize { const gpa = std.debug.getDebugInfoAllocator(); const module = try si.findModule(gpa, io, address, .shared); defer si.rwlock.unlockShared(io); return module.load_offset; }