/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/msp430/ |
H A D | msp430-common.c | 37 const struct cl_decoded_option *decoded, in msp430_handle_option() argument 40 switch (decoded->opt_index) in msp430_handle_option() 43 if (strcasecmp (decoded->arg, "msp430x") == 0 in msp430_handle_option() 44 || strcasecmp (decoded->arg, "msp430xv2") == 0 in msp430_handle_option() 45 || strcasecmp (decoded->arg, "430x") == 0 in msp430_handle_option() 46 || strcasecmp (decoded->arg, "430xv2") == 0) in msp430_handle_option() 50 else if (strcasecmp (decoded->arg, "msp430") == 0 in msp430_handle_option() 51 || strcasecmp (decoded->arg, "430") == 0) in msp430_handle_option() 57 error ("unrecognized argument of %<-mcpu%>: %s", decoded->arg); in msp430_handle_option() 67 if (strcasecmp (decoded->arg, "msp430") == 0) in msp430_handle_option() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | opts-common.c | 379 struct cl_decoded_option *decoded) in generate_canonical_option() argument 399 decoded->canonical_option[2] = NULL; in generate_canonical_option() 400 decoded->canonical_option[3] = NULL; in generate_canonical_option() 407 decoded->canonical_option[0] = opt_text; in generate_canonical_option() 408 decoded->canonical_option[1] = arg; in generate_canonical_option() 409 decoded->canonical_option_num_elements = 2; in generate_canonical_option() 414 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL); in generate_canonical_option() 415 decoded->canonical_option[1] = NULL; in generate_canonical_option() 416 decoded->canonical_option_num_elements = 1; in generate_canonical_option() 421 decoded->canonical_option[0] = opt_text; in generate_canonical_option() [all …]
|
H A D | opts-global.c | 84 complain_wrong_lang (const struct cl_decoded_option *decoded, in complain_wrong_lang() argument 87 const struct cl_option *option = &cl_options[decoded->opt_index]; in complain_wrong_lang() 88 const char *text = decoded->orig_option_with_args_text; in complain_wrong_lang() 153 unknown_option_callback (const struct cl_decoded_option *decoded) in unknown_option_callback() argument 155 const char *opt = decoded->arg; in unknown_option_callback() 158 && !(decoded->errors & CL_ERR_NEGATIVE)) in unknown_option_callback() 175 const struct cl_decoded_option *decoded, in lang_handle_option() argument 185 gcc_assert (decoded->canonical_option_num_elements <= 2); in lang_handle_option() 186 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option() 187 decoded->value, kind, loc, handlers); in lang_handle_option()
|
H A D | opts.h | 280 const struct cl_decoded_option *decoded, 299 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded); 303 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, 379 struct cl_decoded_option *decoded); 381 struct cl_decoded_option *decoded); 384 struct cl_decoded_option *decoded, 405 const struct cl_decoded_option *decoded, 413 const struct cl_decoded_option *decoded,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | opts-common.cc | 382 struct cl_decoded_option *decoded) in generate_canonical_option() argument 402 decoded->canonical_option[2] = NULL; in generate_canonical_option() 403 decoded->canonical_option[3] = NULL; in generate_canonical_option() 410 decoded->canonical_option[0] = opt_text; in generate_canonical_option() 411 decoded->canonical_option[1] = arg; in generate_canonical_option() 412 decoded->canonical_option_num_elements = 2; in generate_canonical_option() 417 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL); in generate_canonical_option() 418 decoded->canonical_option[1] = NULL; in generate_canonical_option() 419 decoded->canonical_option_num_elements = 1; in generate_canonical_option() 424 decoded->canonical_option[0] = opt_text; in generate_canonical_option() [all …]
|
H A D | opts-global.cc | 84 complain_wrong_lang (const struct cl_decoded_option *decoded, in complain_wrong_lang() argument 87 const struct cl_option *option = &cl_options[decoded->opt_index]; in complain_wrong_lang() 88 const char *text = decoded->orig_option_with_args_text; in complain_wrong_lang() 153 unknown_option_callback (const struct cl_decoded_option *decoded) in unknown_option_callback() argument 155 const char *opt = decoded->arg; in unknown_option_callback() 158 && !(decoded->errors & CL_ERR_NEGATIVE)) in unknown_option_callback() 175 const struct cl_decoded_option *decoded, in lang_handle_option() argument 185 gcc_assert (decoded->canonical_option_num_elements <= 2); in lang_handle_option() 186 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option() 187 decoded->value, kind, loc, handlers); in lang_handle_option()
|
H A D | opts.h | 308 const struct cl_decoded_option *decoded, 327 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded); 331 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, 408 struct cl_decoded_option *decoded); 410 struct cl_decoded_option *decoded); 413 struct cl_decoded_option *decoded, 434 const struct cl_decoded_option *decoded, 442 const struct cl_decoded_option *decoded,
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | tilepro-dis.c | 42 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; in contains_insn() local 53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); in contains_insn() 57 const struct tilepro_opcode *opcode = decoded[i].opcode; in contains_insn() 63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn() 67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn() 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn() 83 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; in print_insn_tilepro() local 102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); in print_insn_tilepro() 112 if (!decoded[i].opcode->can_bundle) in print_insn_tilepro() 123 const struct tilepro_opcode *opcode = decoded[i].opcode; in print_insn_tilepro() [all …]
|
H A D | tilegx-dis.c | 35 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; in print_insn_tilegx() local 55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded); in print_insn_tilegx() 65 if (!decoded[i].opcode->can_bundle) in print_insn_tilegx() 76 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() 105 num = decoded[i].operand_values[j]; in print_insn_tilegx() 107 op = decoded[i].operands[j]; in print_insn_tilegx()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | tilepro-dis.c | 42 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; in contains_insn() local 53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); in contains_insn() 57 const struct tilepro_opcode *opcode = decoded[i].opcode; in contains_insn() 63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn() 67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn() 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn() 83 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; in print_insn_tilepro() local 102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); in print_insn_tilepro() 112 if (!decoded[i].opcode->can_bundle) in print_insn_tilepro() 123 const struct tilepro_opcode *opcode = decoded[i].opcode; in print_insn_tilepro() [all …]
|
H A D | tilegx-dis.c | 35 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; in print_insn_tilegx() local 55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded); in print_insn_tilegx() 65 if (!decoded[i].opcode->can_bundle) in print_insn_tilegx() 76 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() 105 num = decoded[i].operand_values[j]; in print_insn_tilegx() 107 op = decoded[i].operands[j]; in print_insn_tilegx()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/msp430/ |
H A D | msp430-common.cc | 37 const struct cl_decoded_option *decoded, in msp430_handle_option() argument 40 switch (decoded->opt_index) in msp430_handle_option() 47 if (strcasecmp (decoded->arg, "msp430") == 0) in msp430_handle_option() 52 else if (strcasecmp (decoded->arg, "msp430x") == 0 in msp430_handle_option() 53 || strcasecmp (decoded->arg, "msp430xv2") == 0) in msp430_handle_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/v850/ |
H A D | v850-common.c | 57 const struct cl_decoded_option *decoded, in v850_handle_option() argument 60 size_t code = decoded->opt_index; in v850_handle_option() 61 int value = decoded->value; in v850_handle_option() 89 decoded->orig_option_with_args_text, in v850_handle_option() 95 decoded->orig_option_with_args_text, in v850_handle_option() 101 decoded->orig_option_with_args_text, in v850_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/v850/ |
H A D | v850-common.cc | 57 const struct cl_decoded_option *decoded, in v850_handle_option() argument 60 size_t code = decoded->opt_index; in v850_handle_option() 61 int value = decoded->value; in v850_handle_option() 89 decoded->orig_option_with_args_text, in v850_handle_option() 95 decoded->orig_option_with_args_text, in v850_handle_option() 101 decoded->orig_option_with_args_text, in v850_handle_option()
|
/netbsd-src/external/ibm-public/postfix/dist/src/xsasl/ |
H A D | xsasl_cyrus_server.c | 159 VSTRING *decoded; /* decoded challenge or response */ member 360 server->decoded = vstring_alloc(20); in xsasl_cyrus_server_create() 454 vstring_free(server->decoded); in xsasl_cyrus_server_free() 547 VSTRING_RESET(server->decoded); /* Fix 200512 */ in xsasl_cyrus_server_first() 548 VSTRING_SPACE(server->decoded, reply_len); in xsasl_cyrus_server_first() 550 dec_buffer = STR(server->decoded), in xsasl_cyrus_server_first() 551 vstring_avail(server->decoded), in xsasl_cyrus_server_first() 594 VSTRING_RESET(server->decoded); /* Fix 200512 */ in xsasl_cyrus_server_next() 595 VSTRING_SPACE(server->decoded, request_len); in xsasl_cyrus_server_next() 597 STR(server->decoded), in xsasl_cyrus_server_next() [all …]
|
H A D | xsasl_cyrus_client.c | 147 VSTRING *decoded; /* decoded server challenge */ member 376 client->decoded = vstring_alloc(20); in xsasl_cyrus_client_create() 481 escape(client->decoded, clientout, clientoutlen); in xsasl_cyrus_client_first() 483 myname, STR(client->decoded)); in xsasl_cyrus_client_first() 523 VSTRING_RESET(client->decoded); /* Fix 200512 */ in xsasl_cyrus_client_next() 524 VSTRING_SPACE(client->decoded, serverinlen); in xsasl_cyrus_client_next() 526 STR(client->decoded), in xsasl_cyrus_client_next() 527 vstring_avail(client->decoded), in xsasl_cyrus_client_next() 534 myname, (int) enc_length, STR(client->decoded)); in xsasl_cyrus_client_next() 535 sasl_status = sasl_client_step(client->sasl_conn, STR(client->decoded), in xsasl_cyrus_client_next() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/m68k/ |
H A D | m68k-common.cc | 35 const struct cl_decoded_option *decoded, in m68k_handle_option() argument 38 size_t code = decoded->opt_index; in m68k_handle_option() 39 const char *arg = decoded->arg; in m68k_handle_option() 40 int value = decoded->value; in m68k_handle_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/m68k/ |
H A D | m68k-common.c | 35 const struct cl_decoded_option *decoded, in m68k_handle_option() argument 38 size_t code = decoded->opt_index; in m68k_handle_option() 39 const char *arg = decoded->arg; in m68k_handle_option() 40 int value = decoded->value; in m68k_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/alpha/ |
H A D | alpha-common.cc | 54 const struct cl_decoded_option *decoded, in alpha_handle_option() argument 57 size_t code = decoded->opt_index; in alpha_handle_option() 58 const char *arg = decoded->arg; in alpha_handle_option() 59 int value = decoded->value; in alpha_handle_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/alpha/ |
H A D | alpha-common.c | 54 const struct cl_decoded_option *decoded, in alpha_handle_option() argument 57 size_t code = decoded->opt_index; in alpha_handle_option() 58 const char *arg = decoded->arg; in alpha_handle_option() 59 int value = decoded->value; in alpha_handle_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/ia64/ |
H A D | ia64-common.c | 54 const struct cl_decoded_option *decoded, in ia64_handle_option() argument 57 size_t code = decoded->opt_index; in ia64_handle_option() 58 const char *arg = decoded->arg; in ia64_handle_option() 59 int value = decoded->value; in ia64_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/ia64/ |
H A D | ia64-common.cc | 54 const struct cl_decoded_option *decoded, in ia64_handle_option() argument 57 size_t code = decoded->opt_index; in ia64_handle_option() 58 const char *arg = decoded->arg; in ia64_handle_option() 59 int value = decoded->value; in ia64_handle_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/rs6000/ |
H A D | rs6000-common.c | 86 const struct cl_decoded_option *decoded, in rs6000_handle_option() argument 90 size_t code = decoded->opt_index; in rs6000_handle_option() 91 const char *arg = decoded->arg; in rs6000_handle_option() 92 int value = decoded->value; in rs6000_handle_option() 235 decoded->orig_option_with_args_text); in rs6000_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/rs6000/ |
H A D | rs6000-common.cc | 86 const struct cl_decoded_option *decoded, in rs6000_handle_option() argument 90 size_t code = decoded->opt_index; in rs6000_handle_option() 91 const char *arg = decoded->arg; in rs6000_handle_option() 92 int value = decoded->value; in rs6000_handle_option() 235 decoded->orig_option_with_args_text); in rs6000_handle_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/m32r/ |
H A D | m32r-common.cc | 34 const struct cl_decoded_option *decoded, in m32r_handle_option() argument 37 size_t code = decoded->opt_index; in m32r_handle_option() 38 int value = decoded->value; in m32r_handle_option()
|