Home
last modified time | relevance | path

Searched refs:BLANK_COMMON_NAME_LOCAL (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Df-lang.c667 name = alloca (strlen (BLANK_COMMON_NAME_LOCAL) + 1);
668 strcpy (name, BLANK_COMMON_NAME_LOCAL);
842 name = alloca (strlen (BLANK_COMMON_NAME_LOCAL) + 1);
843 strcpy (name, BLANK_COMMON_NAME_LOCAL);
Df-lang.h73 #define BLANK_COMMON_NAME_LOCAL "__BLANK" /* Local GDB */ macro
Df-valprint.c678 if (strcmp (comname, BLANK_COMMON_NAME_LOCAL) == 0) in info_common_command()