Searched refs:toc_spec (Results 1 – 1 of 1) sorted by relevance
2481 char *toc_spec; in parse_toc_entry() local2493 toc_spec = input_line_pointer; in parse_toc_entry()2496 if (strcmp (toc_spec, "toc") == 0) in parse_toc_entry()2500 else if (strcmp (toc_spec, "tocv") == 0) in parse_toc_entry()2504 else if (strcmp (toc_spec, "toc32") == 0) in parse_toc_entry()2508 else if (strcmp (toc_spec, "toc64") == 0) in parse_toc_entry()2514 as_bad (_("syntax error: invalid toc specifier `%s'"), toc_spec); in parse_toc_entry()