HomeSort by relevance Sort by last modified time
    Searched refs:TCGRelocation (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.h 142 typedef struct TCGRelocation {
143 struct TCGRelocation *next;
147 } TCGRelocation;
153 TCGRelocation *first_reloc;
tcg.c 152 TCGRelocation *r;
162 r = tcg_malloc(sizeof(TCGRelocation));
174 TCGRelocation *r;
    [all...]

Completed in 34 milliseconds