Searched refs:last_function (Results 1 – 5 of 5) sorted by relevance
316 static char *last_function; in vfinfo() local368 || last_function == NULL in vfinfo()373 || strcmp (last_function, functionname) != 0) in vfinfo()383 free (last_function); in vfinfo()384 last_function = xstrdup (functionname); in vfinfo()416 free (last_function); in vfinfo()417 last_function = NULL; in vfinfo()
307 static char *last_function; in vfinfo() local359 || last_function == NULL in vfinfo()364 || strcmp (last_function, functionname) != 0) in vfinfo()374 free (last_function); in vfinfo()375 last_function = xstrdup (functionname); in vfinfo()407 free (last_function); in vfinfo()408 last_function = NULL; in vfinfo()
180 insn *last_function; member
5848 (insn_table): Add last_function field so we can add functions at5850 (insn_table_insert_function): Use last_function field when
30176 (diagnostic_initialize): Initialize x_data not last_function.30186 (struct diagnostic_context): Change last_function to x_data.