Home | History | Annotate | Download | only in emultempl

Lines Matching full:dsbt

22 # This file is sourced from elf32.em, and defines extra C6X DSBT specific
63 einfo (_("%P%F: invalid --dsbt-index %d, outside DSBT size.\n"),
175 {"dsbt-index", required_argument, NULL, OPTION_DSBT_INDEX},
176 {"dsbt-size", required_argument, NULL, OPTION_DSBT_SIZE},
181 fprintf (file, _(" --dsbt-index <index>\n"));
182 fprintf (file, _("\t\t\tUse this as the DSBT index for the output object\n"));
183 fprintf (file, _(" --dsbt-size <index>\n"));
184 fprintf (file, _("\t\t\tUse this as the number of entries in the DSBT table\n"));
196 einfo (_("%P%F: invalid --dsbt-index %s\n"), optarg);
206 einfo (_("%P%F: invalid --dsbt-size %s\n"), optarg);