Home | History | Annotate | Download | only in config

Lines Matching defs:directive

533 /* Handle the .sdata directive.  */
547 char *directive = input_line_pointer;
554 trying a directive. This prevents
562 if (!strcmp (directive, "noat"))
564 else if (!strcmp (directive, "at"))
566 else if (!strcmp (directive, "nobreak"))
568 else if (!strcmp (directive, "break"))
570 else if (!strcmp (directive, "norelax"))
572 else if (!strcmp (directive, "relaxsection"))
574 else if (!strcmp (directive, "relaxall"))
590 input_line_pointer = directive;
597 { "directive", handler_func, param } */
1279 /* Special relocation directive strings. */
2782 *ptr_msg = _("Bad .section directive: want a,s,w,x,M,S,G,T in string");