Home | History | Annotate | Download | only in ELFRelocs
      1 
      2 #ifndef ELF_RELOC
      3 #error "ELF_RELOC must be defined"
      4 #endif
      5 
      6 ELF_RELOC(R_WEBASSEMBLY_NONE,          0)
      7 ELF_RELOC(R_WEBASSEMBLY_DATA,          1)
      8 ELF_RELOC(R_WEBASSEMBLY_FUNCTION,      2)
      9