Searched refs:volatile_prefix (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | stabs.c | 2890 const char *volatile_prefix; in parse_stab_argtypes() local 2897 volatile_prefix = volatilep ? "V" : ""; in parse_stab_argtypes() 2900 sprintf (buf, "__%s%s", const_prefix, volatile_prefix); in parse_stab_argtypes() 2904 sprintf (buf, "__%s%s", const_prefix, volatile_prefix); in parse_stab_argtypes() 2909 sprintf (buf, "__%s%s%d", const_prefix, volatile_prefix, len); in parse_stab_argtypes()
|