wasm-micro-runtime/core/iwasm/aot/arch
Wenyong Huang 37a14c9825
Add more reloc symbols for target arm/thumb/riscv (#834)
Add more reloc symbols for target arm/thumb/riscv and
implement relocation type R_ARM_ABS32 for thumb.
Tested in buildroot qemu.
2021-11-15 12:23:15 +08:00
..
aot_reloc_aarch64.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_arc.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_arm.c Add more reloc symbols for target arm/thumb/riscv (#834) 2021-11-15 12:23:15 +08:00
aot_reloc_mips.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_riscv.c Add more reloc symbols for target arm/thumb/riscv (#834) 2021-11-15 12:23:15 +08:00
aot_reloc_thumb.c Add more reloc symbols for target arm/thumb/riscv (#834) 2021-11-15 12:23:15 +08:00
aot_reloc_x86_32.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_x86_64.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
aot_reloc_xtensa.c Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00