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

  /external/qemu/tcg/
tcg.h 79 TCGRelocation *first_reloc; member in union:TCGLabel::__anon27446
tcg.c 131 r->next = l->u.first_reloc;
132 l->u.first_reloc = r;
145 r = l->u.first_reloc;
165 l->u.first_reloc = NULL;
    [all...]

Completed in 43 milliseconds