Home
last modified time | relevance | path

Searched defs:WasmRelocation (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h177 struct WasmRelocation { struct
178 uint8_t Type; // The type of the relocation.
179 uint32_t Index; // Index into either symbol or type index space.
180 uint64_t Offset; // Offset from the start of the section.
181 int64_t Addend; // A value to add to the symbol.