/external/qemu/tcg/ |
tcg.c | 68 static void patch_reloc(uint8_t *code_ptr, int type, 124 patch_reloc(code_ptr, type, l->u.value, addend); 147 patch_reloc(r->ptr, r->type, value, r->addend); [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 80 static void patch_reloc(uint8_t *code_ptr, int type, function [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | 129 static void patch_reloc(uint8_t *code_ptr, int type, function [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 147 static void patch_reloc(uint8_t *code_ptr, int type, function [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 86 static void patch_reloc(uint8_t *code_ptr, int type, function [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 205 static void patch_reloc(uint8_t *code_ptr, int type, function [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 196 static void patch_reloc (uint8_t *code_ptr, int type, function [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 103 static void patch_reloc(uint8_t *code_ptr, int type, function [all...] |