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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
tc.h 28 int md_parse_option (int, char *);
as.c 390 md_parse_option definitions in config/tc-*.c. */
573 /* md_parse_option should return 1 if it recognizes optc,
575 if (md_parse_option (optc, optarg) != 0)
584 VMS code in md_parse_option can return 0 in that case,
750 && md_parse_option (optc, optarg))
883 if (md_parse_option (optc, optarg) != 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.h 104 extern int md_parse_option (int, char *);
tc-fr30.c 68 md_parse_option (int c ATTRIBUTE_UNUSED,
67 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-ip2k.c 134 md_parse_option (int c ATTRIBUTE_UNUSED, char * arg ATTRIBUTE_UNUSED)
133 md_parse_option (int c ATTRIBUTE_UNUSED, char * arg ATTRIBUTE_UNUSED) function
tc-lm32.c 135 md_parse_option (int c, 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, char * arg ATTRIBUTE_UNUSED) function
tc-xc16x.c 222 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-mt.c 105 md_parse_option (int c ATTRIBUTE_UNUSED, char * arg)
104 md_parse_option (int c ATTRIBUTE_UNUSED, char * arg) function
tc-pj.c 337 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED)
336 md_parse_option (int c, 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-moxie.c 616 md_parse_option (int c ATTRIBUTE_UNUSED, char *arg ATTRIBUTE_UNUSED)
615 md_parse_option (int c ATTRIBUTE_UNUSED, char *arg ATTRIBUTE_UNUSED) function
tc-dlx.c 1080 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-epiphany.c 140 md_parse_option (int c ATTRIBUTE_UNUSED, char * arg ATTRIBUTE_UNUSED)
139 md_parse_option (int c ATTRIBUTE_UNUSED, 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-avr.c 542 md_parse_option (OPTION_MMCU, str);
547 md_parse_option (int c, char *arg) function
    [all...]
tc-sparc.c 387 /* md_parse_option
495 md_parse_option (int c, char *arg)
512 md_parse_option (OPTION_64, NULL);
521 md_parse_option (OPTION_32, NULL);
875 /* We don't get a chance to initialize anything before md_parse_option
493 md_parse_option (int c, char *arg) function
    [all...]
tc-i860.c 1088 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED)
1087 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) function
    [all...]
tc-m32c.c 109 md_parse_option (int c, char * arg ATTRIBUTE_UNUSED)
108 md_parse_option (int c, char * arg ATTRIBUTE_UNUSED) function
    [all...]
tc-mn10200.c 311 md_parse_option (int c ATTRIBUTE_UNUSED,
308 md_parse_option (int c ATTRIBUTE_UNUSED, function
tc-pdp11.c 1253 md_parse_option (int c, char *arg)
1251 md_parse_option (int c, char *arg) function
tc-rl78.c 303 md_parse_option (int c, char * arg ATTRIBUTE_UNUSED) function
    [all...]
tc-spu.c 160 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED)
159 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) function
tc-tilegx.c 102 md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) function
    [all...]

Completed in 706 milliseconds

1 2 3