Home | History | Annotate | Download | only in config

Lines Matching defs:no

264     { "no-mdebug", no_argument, NULL, OPTION_NO_MDEBUG },
642 /* If there are no relocations, skip the section. */
659 _("No !literal!%ld was found"),
666 _("No !tlsgd!%ld was found"),
673 _("No !tlsldm!%ld was found"),
682 _("No ldah !gpdisp!%ld was found"),
762 _("No lda !gpdisp!%ld was found"),
938 as_bad (_("No relocation operand"));
958 as_bad (_("no sequence number after !%s"), p);
1170 Note that this implies no macros allowed, since we can't store more
1773 /* Some fixups are only used internally and so have no howto. */
2046 /* Fake operands take no value and generate no fixup. */
3729 as_warn (_(".ent directive has no name"));
3782 as_warn (_(".end directive has no name"));
3902 this is current_function_pretend_args_size. There's no place
3932 case 0: /* No PV required. */
4142 as_bad (_(".usepv directive has no name"));
4153 as_bad (_(".usepv directive has no type"));
4162 if (strcmp (which, "no") == 0)
4240 int no = 0;
4243 if (len == 5 && strncmp (str, "NO", 2) == 0)
4245 no = 1;
4272 flag = no ? EGPS__V_NOMOD : EGPS__V_NOMOD << EGPS__V_NO_SHIFT;
4273 no = 0;
4288 if (no)
4398 as_fatal (_(".ent directive has no symbol"));
4423 as_warn (_(".handler directive has no name"));
4511 as_bad (_(".pdesc directive has no entry symbol"));
4548 as_warn (_("No comma after .pdesc <entryname>"));
4671 as_warn (_(".name directive has no symbol"));
4705 as_fatal (_("No symbol after .linkage"));
4753 as_fatal (_("No symbol after .code_address"));
5961 resolution and have no representation in the object file.
6175 /* ??? No idea why we can't return a reference to .tbss+10, but