Home
last modified time | relevance | path

Searched refs:sfunc (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.h78 cmd_sfunc_ftype *sfunc; member
229 void (*sfunc) (char *args, int from_tty,
H A Dcli-decode.c73 c->function.sfunc (args, from_tty, c); /* Ok. */ in do_sfunc()
77 set_cmd_sfunc (struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc) in set_cmd_sfunc() argument
79 if (sfunc == NULL) in set_cmd_sfunc()
83 cmd->function.sfunc = sfunc; /* Ok. */ in set_cmd_sfunc()
/freebsd-12.1/contrib/gdb/gdb/
H A Dcommand.h134 cmd_sfunc_ftype *sfunc);
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1531 int (*sfunc)(const void *, const void *))
1568 if (sfunc == NULL) {
1577 qsort(sorted, nentries, sizeof (dt_ahashent_t *), sfunc);
/freebsd-12.1/contrib/binutils/binutils/
H A Ddlltool.c714 static int sfunc (const void *, const void *);
1585 sfunc (const void *a, const void *b) in sfunc() function
2005 qsort (copy, num_entries, sizeof (long), sfunc); in gen_exp_file()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-19971373 put an use_sfunc_addr before each sfunc.
H A DFSFChangeLog.111150 put an use_sfunc_addr before each sfunc.
3203 * sh.h (ADJUST_COST): Lower cost of non-address sfunc dependencies.
H A DFSFChangeLog.106767 (call/sfunc define_delay): Define.
H A DChangeLog-200133142 (call, sfunc delay slot): Don't allow prget.
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-91971647 * emultempl/pe.em (sfunc): Renamed to sort_by_file_name.