Searched refs:TCGRelocation (Results 1 – 2 of 2) sorted by relevance
93 typedef struct TCGRelocation TCGRelocation; typedef94 struct TCGRelocation { struct95 QSIMPLEQ_ENTRY(TCGRelocation) next;118 QSIMPLEQ_HEAD(, TCGRelocation) relocs; argument
351 TCGRelocation *r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()386 TCGRelocation *r; in tcg_resolve_relocs()