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::__anon6596
tcg.c 130 r->next = l->u.first_reloc;
131 l->u.first_reloc = r;
144 r = l->u.first_reloc;
164 l->u.first_reloc = NULL;
    [all...]

Completed in 245 milliseconds