Searched refs:TCGRelocation (Results 1 – 1 of 1) sorted by relevance
93 typedef struct TCGRelocation TCGRelocation; typedef94 struct TCGRelocation { struct95 QSIMPLEQ_ENTRY(TCGRelocation) next;118 QSIMPLEQ_HEAD(, TCGRelocation) relocs; argument