Searched defs:WasmRelocation (Results 1 – 1 of 1) sorted by relevance
433 struct WasmRelocation { struct434 uint8_t Type; // The type of the relocation.435 uint32_t Index; // Index into either symbol or type index space.436 uint64_t Offset; // Offset from the start of the section.437 int64_t Addend; // A value to add to the symbol.