Searched refs:toc_spec (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c2059 char *toc_spec;
2071 toc_spec = input_line_pointer;
2074 if (strcmp (toc_spec, "toc") == 0)
2078 else if (strcmp (toc_spec, "tocv") == 0)
2082 else if (strcmp (toc_spec, "toc32") == 0)
2086 else if (strcmp (toc_spec, "toc64") == 0)
2092 as_bad (_("syntax error: invalid toc specifier `%s'"), toc_spec);
2050 char *toc_spec; local

Completed in 102 milliseconds