Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h68 typedef struct TCGRelocation { struct
69 struct TCGRelocation *next; argument
73 } TCGRelocation; argument
79 TCGRelocation *first_reloc;
Dtcg.c117 TCGRelocation *r; in tcg_out_reloc()
127 r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()
140 TCGRelocation *r; in tcg_out_label()