Home | History | Annotate | Download | only in gas

Lines Matching defs:args

754   va_list args;
756 va_start (args, format);
758 vfprintf (list_file, format, args);
762 va_end (args);