Home | Sort by relevance Sort by last modified time |
/external/qemu/tcg/ | |
tcg.c | 166 r->next = l->u.first_reloc; 167 l->u.first_reloc = r; 181 r = l->u.first_reloc; 201 l->u.first_reloc = NULL; [all...] |
tcg.h | 153 TCGRelocation *first_reloc; member in union:TCGLabel::__anon33916 |