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

  /external/qemu/tcg/
tcg.h 68 typedef struct TCGRelocation {
69 struct TCGRelocation *next;
73 } TCGRelocation;
79 TCGRelocation *first_reloc;
tcg.c 117 TCGRelocation *r;
127 r = tcg_malloc(sizeof(TCGRelocation));
140 TCGRelocation *r;
    [all...]

Completed in 29 milliseconds