Home
last modified time | relevance | path

Searched refs:sym_aux (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/lto-plugin/
H A Dlto-plugin.c94 struct sym_aux struct
104 struct sym_aux *aux; argument
201 struct sym_aux *aux) in parse_table_entry()
284 struct sym_aux *aux; in translate()
293 aux = xrealloc (out->aux, len * sizeof (struct sym_aux)); in translate()
755 conflicts->aux = xmalloc (sizeof (struct sym_aux) * outlen); in resolve_conflicts()
762 struct sym_aux *aux = &t->aux[i]; in resolve_conflicts()
770 struct sym_aux *orig_aux = &t->aux[orig - t->syms]; in resolve_conflicts()
/dragonfly/contrib/gcc-8.0/lto-plugin/
H A Dlto-plugin.c97 struct sym_aux struct
107 struct sym_aux *aux; argument
226 struct sym_aux *aux) in parse_table_entry()
309 struct sym_aux *aux; in translate()
318 aux = xrealloc (out->aux, len * sizeof (struct sym_aux)); in translate()
838 conflicts->aux = xmalloc (sizeof (struct sym_aux) * outlen); in resolve_conflicts()
845 struct sym_aux *aux = &t->aux[i]; in resolve_conflicts()
853 struct sym_aux *orig_aux = &t->aux[orig - t->syms]; in resolve_conflicts()