Searched refs:optable (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.c165 serial_add_interface (struct serial_ops *optable)
167 optable->next = serial_ops_list;
168 serial_ops_list = optable;
163 serial_add_interface(struct serial_ops *optable) argument
H A Dserial.h237 extern void serial_add_interface (struct serial_ops * optable);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c147 static const struct optable struct
152 } optable[] = { variable in typeref:struct:optable
671 for (i = 0; i < ARRAY_SIZE (optable); i++)
673 if (strlen (optable[i].in) == 2
674 && memcmp (optable[i].in, opname + 2, 2) == 0)
677 strcat (result, optable[i].out);
689 for (i = 0; i < ARRAY_SIZE (optable); i++)
691 if (strlen (optable[i].in) == 3
692 && memcmp (optable[i].in, opname + 2, 3) == 0)
695 strcat (result, optable[
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c147 static const struct optable struct
152 } optable[] = { variable in typeref:struct:optable
671 for (i = 0; i < ARRAY_SIZE (optable); i++)
673 if (strlen (optable[i].in) == 2
674 && memcmp (optable[i].in, opname + 2, 2) == 0)
677 strcat (result, optable[i].out);
689 for (i = 0; i < ARRAY_SIZE (optable); i++)
691 if (strlen (optable[i].in) == 3
692 && memcmp (optable[i].in, opname + 2, 3) == 0)
695 strcat (result, optable[
[all...]
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c4981 init_libfuncs (optab optable, int first_mode, int last_mode,
5006 optable->handlers[(int) mode].libfunc
5017 init_integral_libfuncs (optab optable, const char *opname, int suffix)
5022 init_libfuncs (optable, word_mode,
5033 init_floating_libfuncs (optab optable, const char *opname, int suffix)
5035 init_libfuncs (optable, MIN_MODE_FLOAT, MAX_MODE_FLOAT, opname, suffix);
5036 init_libfuncs (optable, MIN_MODE_DECIMAL_FLOAT, MAX_MODE_DECIMAL_FLOAT,
5180 set_optab_libfunc (optab optable, enum machine_mode mode, const char *name)
5183 optable->handlers[mode].libfunc = init_one_libfunc (name);
5185 optable
4957 init_libfuncs(optab optable, int first_mode, int last_mode, const char *opname, int suffix) argument
4993 init_integral_libfuncs(optab optable, const char *opname, int suffix) argument
5009 init_floating_libfuncs(optab optable, const char *opname, int suffix) argument
5156 set_optab_libfunc(optab optable, enum machine_mode mode, const char *name) argument
5168 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]

Completed in 115 milliseconds