Home
last modified time | relevance | path

Searched refs:tcg_out_reloc (Results 1 – 11 of 11) sorted by relevance

/qemu/tcg/tci/
H A Dtcg-target.c.inc124 tcg_out_reloc(s, s->code_ptr, 20, l0, 0);
178 tcg_out_reloc(s, s->code_ptr, 20, l1, 0);
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1413 tcg_out_reloc(s, s->code_ptr, R_AARCH64_JUMP26, l, 0);
1424 tcg_out_reloc(s, s->code_ptr, R_AARCH64_CONDBR19, l, 0);
1472 tcg_out_reloc(s, s->code_ptr, R_AARCH64_CONDBR19, l, 0);
1478 tcg_out_reloc(s, s->code_ptr, R_AARCH64_TSTBR14, l, 0);
1490 tcg_out_reloc(s, s->code_ptr, R_AARCH64_CONDBR19, l, 0);
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc643 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP19, l, 0);
695 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP16, l, 0);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc1687 tcg_out_reloc(s, s->code_ptr, R_390_PC16DBL, l, 2);
1700 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2);
1710 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2);
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc761 tcg_out_reloc(s, s->code_ptr, R_LOONGARCH_BR_SD10K16, l, 0);
795 tcg_out_reloc(s, s->code_ptr, R_LOONGARCH_BR_SK16, l, 0);
/qemu/tcg/mips/
H A Dtcg-target.c.inc914 tcg_out_reloc(s, s->code_ptr, R_MIPS_PC16, l, 0);
982 tcg_out_reloc(s, s->code_ptr, R_MIPS_PC16, l, 0);
/qemu/tcg/riscv/
H A Dtcg-target.c.inc1112 tcg_out_reloc(s, s->code_ptr, R_RISCV_JAL, l, 0);
1145 tcg_out_reloc(s, s->code_ptr, R_RISCV_BRANCH, l, 0);
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2000 tcg_out_reloc(s, s->code_ptr, R_PPC_REL24, l, 0);
2016 tcg_out_reloc(s, s->code_ptr, R_PPC_REL14, l, 0);
/qemu/tcg/i386/
H A Dtcg-target.c.inc1536 tcg_out_reloc(s, s->code_ptr, R_386_PC8, l, -1);
1544 tcg_out_reloc(s, s->code_ptr, R_386_PC32, l, -4);
/qemu/tcg/arm/
H A Dtcg-target.c.inc1141 tcg_out_reloc(s, s->code_ptr, R_ARM_PC24, l, 0);
/qemu/tcg/
H A Dtcg.c348 static void tcg_out_reloc(TCGContext *s, tcg_insn_unit *code_ptr, int type, in tcg_out_reloc() function