/external/qemu/tcg/arm/ |
tcg-target.c | 926 tcg_out_reloc(s, s->code_ptr, R_ARM_ABS32, label_index, 31337); 930 tcg_out_reloc(s, s->code_ptr, R_ARM_PC24, label_index, 31337); [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 729 tcg_out_reloc(s, s->code_ptr, R_PARISC_PCREL17F, label_index, 0); 786 tcg_out_reloc(s, s->code_ptr, R_PARISC_PCREL12F, label_index, 0); [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 749 tcg_out_reloc(s, s->code_ptr, R_386_PC8, label_index, -1); 757 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4); [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 1074 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL14, label_index, 0); [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 1177 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL14, label_index, 0); 1234 tcg_out_reloc (s, s->code_ptr - 4, R_PPC_REL24, args[0], 0); [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 481 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP22, label_index, 0); 498 tcg_out_reloc(s, s->code_ptr, R_SPARC_WDISP19, label_index, 0); [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 497 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4); [all...] |
/external/qemu/tcg/ |
tcg.c | 113 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, function [all...] |