HomeSort by relevance Sort by last modified time
    Searched refs:md_parse_option (Results 1 - 25 of 72) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/
tc.h 28 int md_parse_option (int, const char *);
as.c 418 md_parse_option definitions in config/tc-*.c. */
607 /* md_parse_option should return 1 if it recognizes optc,
609 if (md_parse_option (optc, optarg) != 0)
618 VMS code in md_parse_option can return 0 in that case,
810 && md_parse_option (optc, optarg))
957 if (md_parse_option (optc, optarg) != 0)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-fr30.c 68 md_parse_option (int c ATTRIBUTE_UNUSED,
67 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-ip2k.c 117 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg ATTRIBUTE_UNUSED)
116 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg ATTRIBUTE_UNUSED) function
tc-lm32.c 135 md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED) function
tc-nds32.h 53 #define md_parse_option(optc, optarg) nds32_parse_option (optc, optarg) macro
tc-or1k.c 70 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg ATTRIBUTE_UNUSED) function
tc-xc16x.c 222 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-ft32.c 463 md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED)
462 md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED) function
tc-mt.c 105 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg)
104 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg) function
tc-pj.c 337 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED)
336 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) function
tc-xstormy16.c 69 md_parse_option (int c ATTRIBUTE_UNUSED,
68 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-arc.c 896 md_parse_option (OPTION_MCPU, "arc600");
901 md_parse_option (OPTION_MCPU, "arc700");
905 md_parse_option (OPTION_MCPU, "arcem");
909 md_parse_option (OPTION_MCPU, "archs");
913 md_parse_option (OPTION_MCPU, "nps400");
3307 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) function
    [all...]
tc-moxie.c 617 md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED)
616 md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED) function
tc-dlx.c 1080 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-epiphany.c 120 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg ATTRIBUTE_UNUSED)
119 md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg ATTRIBUTE_UNUSED) function
tc-iq2000.c 121 md_parse_option (int c ATTRIBUTE_UNUSED,
120 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-sparc.c 387 /* md_parse_option
495 md_parse_option (int c, const char *arg)
512 md_parse_option (OPTION_64, NULL);
521 md_parse_option (OPTION_32, NULL);
1004 /* We don't get a chance to initialize anything before md_parse_option
493 md_parse_option (int c, const char *arg) function
    [all...]
tc-avr.c 553 md_parse_option (OPTION_MMCU, str);
558 md_parse_option (int c, const char *arg) function
    [all...]
tc-i860.c 1088 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED)
1087 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) function
    [all...]
tc-m32c.c 109 md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED)
108 md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED) function
    [all...]
tc-mn10200.c 308 md_parse_option (int c ATTRIBUTE_UNUSED,
305 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-pdp11.c 1249 md_parse_option (int c, const char *arg)
1247 md_parse_option (int c, const char *arg) function
tc-rl78.c 311 md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED) function
    [all...]
tc-spu.c 160 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED)
159 md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) function

Completed in 391 milliseconds

1 2 3