Searched refs:i386_comment_chars (Results 1 – 4 of 4) sorted by relevance
123 extern const char *i386_comment_chars;124 #define tc_comment_chars i386_comment_chars
416 const char *i386_comment_chars = "#/"; variable421 const char *i386_comment_chars = "#"; variable9710 n = (char *) xmalloc (strlen (i386_comment_chars) + 1); in md_parse_option()9712 for (s = i386_comment_chars; *s != '\0'; s++) in md_parse_option()9716 i386_comment_chars = n; in md_parse_option()
1799 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
384 (i386_comment_chars): Add.