Home | History | Annotate | Download | only in gcc

Lines Matching defs:plugin_event_name

61 const char **plugin_event_name = plugin_event_name_init;
89 plugin_event_name table. */
400 slot = event_tab->find_slot (&plugin_event_name[i], INSERT);
402 *slot = &plugin_event_name[i];
409 return *slot - &plugin_event_name[0];
414 if (plugin_event_name == plugin_event_name_init)
416 plugin_event_name = XNEWVEC (const char *, event_horizon);
417 memcpy (plugin_event_name, plugin_event_name_init,
425 plugin_event_name
426 = XRESIZEVEC (const char *, plugin_event_name, event_horizon);
435 *slot = &plugin_event_name[event_last];
436 plugin_event_name[event_last] = name;
506 "for event %s", plugin_name, plugin_event_name[event]);
932 fprintf (file, FMT_FOR_PLUGIN_EVENT " |", plugin_event_name[event]);
992 know how many valid entries plugin_event_name holds. */