| ... | @@ -397,7 +397,7 @@ pub const ElfDynLib = struct { | ... | @@ -397,7 +397,7 @@ pub const ElfDynLib = struct { |
| 397 | | 397 | |
| 398 | const bloom_ptr: [*]u32 = @ptrFromInt(bloom_offset); | 398 | const bloom_ptr: [*]u32 = @ptrFromInt(bloom_offset); |
| 399 | const buckets_ptr: [*]u32 = @ptrFromInt(buckets_offset); | 399 | const buckets_ptr: [*]u32 = @ptrFromInt(buckets_offset); |
| 400 | const chain_ptr: [*]u32 = @ptrFromInt(chain_offset); | 400 | const chain_ptr: [*]elf.gnu_hash.ChainEntry = @ptrFromInt(chain_offset); |
| 401 | | 401 | |
| 402 | return .{ | 402 | return .{ |
| 403 | .symoffset = header.symoffset, | 403 | .symoffset = header.symoffset, |