Searched defs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance
165 struct WasmRelocation { struct166 uint8_t Type; // The type of the relocation.167 uint32_t Index; // Index into either symbol or type index space.168 uint64_t Offset; // Offset from the start of the section.169 int64_t Addend; // A value to add to the symbol.
191 struct WasmRelocation { struct192 uint8_t Type; // The type of the relocation.193 uint32_t Index; // Index into either symbol or type index space.194 uint64_t Offset; // Offset from the start of the section.195 int64_t Addend; // A value to add to the symbol.
430 struct WasmRelocation { struct431 uint8_t Type; // The type of the relocation.432 uint32_t Index; // Index into either symbol or type index space.433 uint64_t Offset; // Offset from the start of the section.434 int64_t Addend; // A value to add to the symbol.