Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h142 typedef struct TCGRelocation { struct
143 struct TCGRelocation *next; argument
147 } TCGRelocation; typedef
153 TCGRelocation *first_reloc;
Dtcg.c152 TCGRelocation *r; in tcg_out_reloc()
162 r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()
174 TCGRelocation *r; in tcg_out_label()