Searched refs:toc_spec (Results 1 – 1 of 1) sorted by relevance
2050 char *toc_spec; in parse_toc_entry() local2062 toc_spec = input_line_pointer; in parse_toc_entry()2065 if (strcmp (toc_spec, "toc") == 0) in parse_toc_entry()2069 else if (strcmp (toc_spec, "tocv") == 0) in parse_toc_entry()2073 else if (strcmp (toc_spec, "toc32") == 0) in parse_toc_entry()2077 else if (strcmp (toc_spec, "toc64") == 0) in parse_toc_entry()2083 as_bad (_("syntax error: invalid toc specifier `%s'"), toc_spec); in parse_toc_entry()