Searched refs:fun (Results 1 - 25 of 48) sorted by path

12

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c144 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *),
149 return (list_iter(hash->h_buckets[bucket], fun, private) < 0);
169 hash_find_iter(hash_t *hash, void *key, int (*fun)(void *, void *),
176 hd.hd_fun = fun;
215 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private)
223 if ((cbrc = list_iter(hash->h_buckets[i], fun,
/freebsd-9.3-release/contrib/amd/amd/
H A Dops_nfs.c527 call_mountd(fh_cache *fp, u_long proc, fwd_fun fun, wchan_t wchan) argument
575 fun);
596 webnfs_lookup(fh_cache *fp, fwd_fun fun, wchan_t wchan) argument
672 fun);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-spu.c1579 struct function_info *fun; member in struct:call_info
1621 struct function_info fun[1]; member in struct:spu_elf_stack_info
1676 if (sinfo->fun[i].lo <= off)
1683 if (sinfo->fun[i].lo == off)
1686 if (global && !sinfo->fun[i].global)
1688 sinfo->fun[i].global = TRUE;
1689 sinfo->fun[i].u.h = sym_h;
1692 sinfo->fun[i].is_func = TRUE;
1693 return &sinfo->fun[i];
1696 else if (sinfo->fun[
1734 func_name(struct function_info *fun) argument
1784 insns_at_end(struct function_info *fun, bfd_vma limit) argument
1975 struct function_info *fun; local
2045 struct function_info *fun, *fun_start; local
2325 mark_non_root(struct function_info *fun) argument
2341 call_graph_traverse(struct function_info *fun, struct bfd_link_info *info) argument
2484 sum_stack(struct function_info *fun, struct bfd_link_info *info, int emit_stack_syms) argument
[all...]
/freebsd-9.3-release/contrib/bmake/unit-tests/
H A Dtest.exp357 fun
358 fun
359 fun
/freebsd-9.3-release/contrib/file/src/
H A Dapprentice.c161 int (*fun)(struct magic_set *, struct magic_entry *, const char *); member in struct:__anon1
1136 if ((*bang[i].fun)(ms, &me,
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c2079 build_external_ref (tree id, int fun, location_t loc)
2090 else if (fun)
2068 build_external_ref(tree id, int fun, location_t loc) argument
H A Dcalls.c3273 rtx fun;
3347 fun = orgfun;
3395 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far, outmode, fun);
3397 INIT_CUMULATIVE_ARGS (args_so_far, NULL_TREE, fun, 0, nargs);
3539 assemble_external_libcall (fun);
3764 fun = prepare_call_address (fun, NULL, &call_fusage, 0, 0);
3827 emit_call_1 (fun, NULL,
3894 note = gen_rtx_EXPR_LIST (VOIDmode, fun, note);
3271 rtx fun; local
H A Ddf.h678 bool (*fun) (struct web_entry *, struct web_entry *));
H A Ddwarf2out.c13801 dwarf2out_begin_function (tree fun)
13805 if (function_section (fun) != text_section)
13785 dwarf2out_begin_function(tree fun) argument
H A Dexcept.c607 get_exception_pointer (struct function *fun)
609 rtx exc_ptr = fun->eh->exc_ptr;
610 if (fun == cfun && ! exc_ptr)
613 fun->eh->exc_ptr = exc_ptr;
622 get_exception_filter (struct function *fun)
624 rtx filter = fun->eh->filter;
625 if (fun == cfun && ! filter)
628 fun->eh->filter = filter;
3816 set_eh_throw_stmt_table (struct function *fun, struct htab *table)
3818 fun
601 get_exception_pointer(struct function *fun) argument
616 get_exception_filter(struct function *fun) argument
3798 set_eh_throw_stmt_table(struct function *fun, struct htab *table) argument
3804 get_eh_throw_stmt_table(struct function *fun) argument
3811 dump_eh_tree(FILE *out, struct function *fun) argument
3857 verify_eh_tree(struct function *fun) argument
[all...]
H A Dintegrate.c214 get_hard_reg_initial_reg (struct function *fun, rtx reg)
216 struct initial_value_struct *ivs = fun->hard_reg_initial_vals;
209 get_hard_reg_initial_reg(struct function *fun, rtx reg) argument
H A Drtlanal.c1345 note_stores (rtx x, void (*fun) (rtx, rtx, void *), void *data)
1369 (*fun) (XEXP (XVECEXP (dest, 0, i), 0), x, data);
1372 (*fun) (dest, x, data);
1377 note_stores (XVECEXP (x, 0, i), fun, data);
1391 note_uses (rtx *pbody, void (*fun) (rtx *, void *), void *data)
1399 (*fun) (&COND_EXEC_TEST (body), data);
1400 note_uses (&COND_EXEC_CODE (body), fun, data);
1405 note_uses (&XVECEXP (body, 0, i), fun, data);
1409 (*fun) (&XEXP (body, 0), data);
1414 (*fun) (
1385 note_uses (&COND_EXEC_CODE (body), fun, data); local
[all...]
H A Dsched-vis.c73 const char *fun = (char *) 0;
112 fun = "cmp";
131 fun = "udiv";
141 fun = "umod";
146 fun = "smin";
151 fun = "smax";
156 fun = "umin";
161 fun = "umax";
210 fun = "abs";
214 fun
72 const char *fun = (char *) 0; local
[all...]
H A Dtarghooks.c72 default_external_libcall (rtx fun ATTRIBUTE_UNUSED)
75 ASM_OUTPUT_EXTERNAL_LIBCALL(asm_out_file, fun);
H A Dvarasm.c1977 assemble_external_libcall (rtx fun)
1980 if (! SYMBOL_REF_USED (fun))
1982 SYMBOL_REF_USED (fun) = 1;
1983 targetm.asm_out.external_libcall (fun);
1968 assemble_external_libcall(rtx fun) argument
H A Dweb.c107 bool (*fun) (struct web_entry *, struct web_entry *))
137 (*fun) (use_entry + DF_REF_ID (use),
153 (*fun) (use_entry + DF_REF_ID (use),
160 (*fun) (use_entry + DF_REF_ID (use),
179 (*fun) (use_entry + DF_REF_ID (use),
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c5784 irix_output_external_libcall (rtx fun)
5792 p->name = XSTR (fun, 0);
5757 irix_output_external_libcall(rtx fun) argument
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c16466 rtx fun;
16470 fun = gen_rtx_SYMBOL_REF (Pmode, label_name);
16473 fun, Pmode);
16428 rtx fun; local
16435 fun, Pmode); local
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c7728 rtx lab, fun;
7732 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_FUNCTION);
7734 emit_library_call (fun, LCT_NORMAL, VOIDmode, 1, lab, Pmode);
7706 rtx lab, fun; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcxx-pretty-print.c420 tree fun = TREE_OPERAND (t, 0);
424 if (TREE_CODE (fun) == ADDR_EXPR)
425 fun = TREE_OPERAND (fun, 0);
431 if (TREE_CODE (fun) != FUNCTION_DECL)
433 else if (DECL_NONSTATIC_MEMBER_FUNCTION_P (fun))
459 pp_cxx_postfix_expression (pp, fun);
419 tree fun = TREE_OPERAND (t, 0); local
H A Derror.c1309 tree fun = BINFO_VIRTUALS (TYPE_BINFO (TREE_TYPE (obj_type))); local
1312 fun = TREE_CHAIN (fun);
1317 return BV_FN (fun);
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-decode.c138 add_cmd (char *name, enum command_class class, void (*fun) (char *, int),
165 set_cmd_cfunc (c, fun);
250 add_prefix_cmd (char *name, enum command_class class, void (*fun) (char *, int),
255 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list);
266 void (*fun) (char *, int), char *doc,
270 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list);
547 add_info (char *name, void (*fun) (char *, int), char *doc)
549 return add_cmd (name, no_class, fun, doc, &infolist);
563 add_com (char *name, enum command_class class, void (*fun) (char *, int),
566 return add_cmd (name, class, fun, do
[all...]
H A Dcli-decode.h199 void (*fun) (char *, int), char *,
207 void (*fun) (char *, int),
215 void (*fun) (char *,
266 void (*fun) (char *, int), char *);
271 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcommand.h101 void (*fun) (char *, int), char *,
109 void (*fun) (char *, int),
117 void (*fun) (char *,
189 void (*fun) (char *, int), char *);
194 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
H A Dgdbarch.c1066 "DEPRECATED_FIX_CALL_DUMMY(dummy, pc, fun, nargs, args, type, gcc_p)",
1067 XSTRING (DEPRECATED_FIX_CALL_DUMMY (dummy, pc, fun, nargs, args, type, gcc_p)));
3514 gdbarch_deprecated_fix_call_dummy (struct gdbarch *gdbarch, char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs, struct value **args, struct type *type, int gcc_p) argument
3520 gdbarch->deprecated_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p);

Completed in 666 milliseconds

12