Home
last modified time | relevance | path

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

/external/qemu/tcg/i386/
Dtcg-target.c794 tcg_out_reloc(s, s->code_ptr, R_386_PC8, label_index, -1); in tcg_out_jxx()
802 tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4); in tcg_out_jxx()
/external/qemu/tcg/
Dtcg.c148 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, in tcg_out_reloc() function