• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2#ifndef ELF_RELOC
3#error "ELF_RELOC must be defined"
4#endif
5
6ELF_RELOC(R_WEBASSEMBLY_NONE,          0)
7ELF_RELOC(R_WEBASSEMBLY_DATA,          1)
8ELF_RELOC(R_WEBASSEMBLY_FUNCTION,      2)
9