HomeSort by relevance Sort by last modified time
    Searched full:last_function (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldmisc.c 280 static char *last_function = NULL; local
331 || last_function == NULL
335 || strcmp (last_function, functionname) != 0)
346 if (last_function != NULL)
347 free (last_function);
348 last_function = xstrdup (functionname);
382 if (last_function != NULL)
384 free (last_function);
385 last_function = NULL;

Completed in 1570 milliseconds