summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/BinaryFormat/ELFRelocs/WebAssembly.def
blob: 9a34349efb9693010d69c015c4c4a112dda6aea9 (plain)
1
2
3
4
5
6
7
8

#ifndef ELF_RELOC
#error "ELF_RELOC must be defined"
#endif

ELF_RELOC(R_WEBASSEMBLY_NONE,          0)
ELF_RELOC(R_WEBASSEMBLY_DATA,          1)
ELF_RELOC(R_WEBASSEMBLY_FUNCTION,      2)
OpenPOWER on IntegriCloud