const Relocation = struct
const Relocation = struct { symbol: *Symbol, addend: i64, offset: u48, type: u8, }