Searched refs:TCGRelocation (Results 1 – 2 of 2) sorted by relevance
197 typedef struct TCGRelocation TCGRelocation; typedef198 struct TCGRelocation { struct199 QSIMPLEQ_ENTRY(TCGRelocation) next;222 QSIMPLEQ_HEAD(, TCGRelocation) relocs; argument
342 TCGRelocation *r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()377 TCGRelocation *r; in tcg_resolve_relocs()