Struct wasmparser::Reloc
source · Expand description
Represents a relocation entry.
Fields§
§ty: RelocTypeThe relocation type.
offset: u32The relocation offset.
index: u32The relocation index.
addend: Option<u32>The relocation addend.
Represents a relocation entry.
ty: RelocTypeThe relocation type.
offset: u32The relocation offset.
index: u32The relocation index.
addend: Option<u32>The relocation addend.