wasm-micro-runtime/core/iwasm/aot/arch
Wenyong Huang 56ae28bb32
Implement relocation R_AARCH64_JUMP26 for aarch64 (#873)
Treat R_AARCH64_JUMP26 same as R_AARCH64_CALL26, both of their
relocation operation is S + A - P, the difference is that one is for call
(BL) instructions, the other is for jump (B) instructions.
2021-12-07 10:32:10 +08:00
..
aot_reloc_aarch64.c Implement relocation R_AARCH64_JUMP26 for aarch64 (#873) 2021-12-07 10:32:10 +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