Searched refs:op_string (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dexpprint.c539 op_string (enum exp_opcode op) function
H A Dexpression.h414 extern char *op_string (enum exp_opcode);
H A Dhpread.c3910 char *op_string = strstr (tmp_name, "operator");
3911 method_name = xmalloc (strlen (op_string) + 1); /* don't overwrite VT! */
3912 strcpy (method_name, op_string);
3895 char *op_string = strstr (tmp_name, "operator"); local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c5034 char *op_string = operand_string;
5036 if (is_space_char (*op_string))
5037 ++op_string;
5041 if (*op_string == ABSOLUTE_PREFIX)
5043 ++op_string;
5044 if (is_space_char (*op_string))
5045 ++op_string;
5050 if ((r = parse_register (op_string, &end_op)) != NULL)
5054 op_string = end_op;
5055 if (is_space_char (*op_string))
5029 char *op_string = operand_string; local
5304 op_string); local
6679 char *op_string; /* The string being parsed. */ member in struct:intel_parser_s
[all...]

Completed in 110 milliseconds