Home
last modified time | relevance | path

Searched refs:pr_function_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c98 static bool pr_function_type (void *, int, bool);
199 pr_function_type,
247 pr_function_type, /* Same, push_type. */
676 pr_function_type (void *p, int argcount, bool varargs) in pr_function_type() function
H A DChangeLog-2011737 * prdbg.c (pr_function_type): Close memory leaks.
H A DChangeLog1206 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
H A DChangeLog-91971548 (pr_function_type): Add argcount and varargs parameters.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c87 static bool pr_function_type (void *, int, bool);
184 pr_function_type,
232 pr_function_type, /* Same, push_type. */
669 pr_function_type (void *p, int argcount, bool varargs) in pr_function_type() function
H A DChangeLog-2011737 * prdbg.c (pr_function_type): Close memory leaks.
H A DChangeLog1711 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
H A DChangeLog-91971548 (pr_function_type): Add argcount and varargs parameters.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git117184 PR29262, memory leak in pr_function_type
117186 * prdbg.c (pr_function_type): Free "s" on failure path.