Searched refs:expp (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | macrocmd.c | 266 skip_ws (const char **expp) in skip_ws() argument 268 while (macro_is_whitespace (**expp)) in skip_ws() 269 ++*expp; in skip_ws() 280 extract_identifier (const char **expp, int is_parameter) in extract_identifier() argument 283 const char *p = *expp; in extract_identifier() 303 len = p - *expp; in extract_identifier() 305 memcpy (result, *expp, len); in extract_identifier() 307 *expp += len; in extract_identifier()
|
| D | valprint.h | 289 extern void print_command_parse_format (const char **expp, const char *cmdname,
|
| D | printcmd.c | 1217 print_command_parse_format (const char **expp, const char *cmdname, in print_command_parse_format() argument 1220 const char *exp = *expp; in print_command_parse_format() 1242 *expp = exp; in print_command_parse_format()
|
| D | value.h | 1382 extern struct value *parse_to_comma_and_eval (const char **expp);
|
| D | eval.c | 81 parse_to_comma_and_eval (const char **expp) in parse_to_comma_and_eval() argument 83 expression_up expr = parse_exp_1 (expp, 0, nullptr, in parse_to_comma_and_eval()
|
| D | ChangeLog-2017 | 38 (replace_operator_with_call): Change type of "expp". 40 of "expp".
|
| D | ChangeLog-2013 | 10559 (parse_to_comma_and_eval): Make "expp" const.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-msp430.c | 289 ? ((OP).expp == MSP_EXPP_ALL \ 1914 enum msp430_expp_e expp = MSP_EXPP_ALL; in msp430_srcoperand() local 1929 expp = MSP_EXPP_LLO; in msp430_srcoperand() 1935 expp = MSP_EXPP_LHI; in msp430_srcoperand() 1941 expp = MSP_EXPP_HLO; in msp430_srcoperand() 1947 expp = MSP_EXPP_HHI; in msp430_srcoperand() 1953 expp = MSP_EXPP_LO; in msp430_srcoperand() 1959 expp = MSP_EXPP_HI; in msp430_srcoperand() 1968 op->expp = expp; in msp430_srcoperand() 2180 op->expp = MSP_EXPP_ALL; in msp430_srcoperand() [all …]
|
| D | tc-tic6x.c | 2492 expressionS *expp; in tic6x_try_encode() local 2590 expp = &operands[opno].value.exp; in tic6x_try_encode() 2622 expp = &operands[opno].value.mem.offset.exp; in tic6x_try_encode() 2638 *fix_exp = expp; in tic6x_try_encode()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | msp430.h | 43 enum msp430_expp_e expp; /* For when the operand is a constant member
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | msp430.h | 43 enum msp430_expp_e expp; /* For when the operand is a constant member
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | ChangeLog-2020 | 970 (struct msp430_operand_s): Add expp member to struct.
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | ChangeLog-2020 | 970 (struct msp430_operand_s): Add expp member to struct.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2020 | 5862 Initialize the expp member of the msp430_operand_s struct as
|