Home
last modified time | relevance | path

Searched refs:fnname (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_mode_object.h110 #define DRM_ENUM_NAME_FN(fnname, list) \ argument
111 const char *fnname(int val) \
/openbsd/gnu/usr.bin/binutils/binutils/
H A Drdcoff.c659 const char *fnname; in parse_coff() local
677 fnname = NULL; in parse_coff()
760 fnname = name; in parse_coff()
782 if (fnname == NULL) in parse_coff()
794 if (! debug_record_function (dhandle, fnname, type, in parse_coff()
823 fnname = NULL; in parse_coff()
H A Dieee.c3191 const char *fnname; in ieee_read_cxx_defaults() local
3208 if (! ieee_require_atn65 (info, pp, &fnname, &fnlen) in ieee_read_cxx_defaults()
3861 const char *fnname; member
7013 info->fnname = name; in ieee_start_function()
7164 || ! ieee_write_atn65 (info, nindx, info->fnname) in ieee_output_pending_parms()
7295 info->fnname = NULL; in ieee_end_function()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c659 const char *fnname; in parse_coff() local
677 fnname = NULL; in parse_coff()
760 fnname = name; in parse_coff()
782 if (fnname == NULL) in parse_coff()
794 if (! debug_record_function (dhandle, fnname, type, in parse_coff()
823 fnname = NULL; in parse_coff()
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.c335 const char *fnname; in th_function_prologue() local
339 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); in th_function_prologue()
343 assemble_name (file, fnname); in th_function_prologue()
346 assemble_name (file, fnname); in th_function_prologue()
380 const char *fnname; in th_function_epilogue() local
381 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); in th_function_epilogue()
383 assemble_name (file, fnname); in th_function_epilogue()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-objc-common.c313 tree fnname = get_file_function_name (method_type); local
318 build_nt (CALL_EXPR, fnname,
H A Dprofile.c1346 tree fnname, fndecl; in output_func_start_profiler() local
1368 fnname = get_file_function_name ('I'); in output_func_start_profiler()
1369 cfnname = IDENTIFIER_POINTER (fnname); in output_func_start_profiler()
1371 fnname = get_identifier (name); in output_func_start_profiler()
1374 fndecl = build_decl (FUNCTION_DECL, fnname, in output_func_start_profiler()
H A Dvarasm.c1141 assemble_start_function (decl, fnname) in assemble_start_function() argument
1143 const char *fnname;
1152 output_constant_pool (fnname, decl);
1181 ASM_OUTPUT_FUNCTION_PREFIX (asm_out_file, fnname);
1195 p = (* targetm.strip_name_encoding) (fnname);
1214 ASM_OUTPUT_LABEL (asm_out_file, fnname);
1222 assemble_end_function (decl, fnname) in assemble_end_function() argument
1224 const char *fnname;
1231 output_constant_pool (fnname, decl);
3369 output_constant_pool (fnname, fndecl) in output_constant_pool() argument
[all …]
H A Dtoplev.c3654 const char *fnname; local
3665 fnname = XSTR (x, 0);
3667 assemble_start_function (decl, fnname);
3678 assemble_end_function (decl, fnname);
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c1669 add_candidate (candidates, fnname, convs,
2135 tree fnname, *args;
2177 (candidates, fnname, boolean_type_node,
2184 (candidates, fnname, boolean_type_node,
3544 fnname = ansi_assopname (code2);
3547 fnname = ansi_opname (code);
3624 arglist, TREE_TYPE (fnname),
3666 this_arglist, TREE_TYPE (fnname),
3727 fnname,
3909 fnname = ansi_opname (code);
[all …]
H A Dmethod.c429 const char *fnname; local
433 fnname = XSTR (XEXP (DECL_RTL (thunk_fndecl), 0), 0);
436 assemble_start_function (thunk_fndecl, fnname);
441 assemble_end_function (thunk_fndecl, fnname);
H A Dinit.c2282 tree fnname; local
2286 fnname = ansi_opname (code);
2290 (lookup_function_nonclass (fnname, args),
2294 fnname, args,
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c2037 enum tree_code code2, tree fnname, tree *args, in add_builtin_candidates() argument
2079 (candidates, fnname, boolean_type_node, in add_builtin_candidates()
2086 (candidates, fnname, boolean_type_node, in add_builtin_candidates()
2858 build_operator_new_call (tree fnname, tree args, in build_operator_new_call() argument
3656 tree arglist, fnname; in build_new_op() local
3675 fnname = ansi_assopname (code2); in build_new_op()
3678 fnname = ansi_opname (code); in build_new_op()
3800 fnname, in build_new_op()
4001 tree fns, fnname, argtypes, args, type; in build_op_delete_call() local
4009 fnname = ansi_opname (code); in build_op_delete_call()
[all …]
H A Dmethod.c433 const char *fnname; in use_thunk() local
437 fnname = XSTR (XEXP (DECL_RTL (thunk_fndecl), 0), 0); in use_thunk()
440 assemble_start_function (thunk_fndecl, fnname); in use_thunk()
445 assemble_end_function (thunk_fndecl, fnname); in use_thunk()
H A Dinit.c1733 tree fnname; in build_new_1() local
1736 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
1754 fns = lookup_fnfields (elt_type, fnname, /*protect=*/2); in build_new_1()
1757 error ("no suitable %qD found in class %qT", fnname, elt_type); in build_new_1()
1762 error ("request for member %qD is ambiguous", fnname); in build_new_1()
1781 alloc_call = build_operator_new_call (fnname, placement, in build_new_1()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.c6653 const char *fnname; in mips_output_function_prologue() local
6679 assemble_name (file, fnname); in mips_output_function_prologue()
6947 const char *fnname; in mips_output_function_epilogue() local
7950 const char *fnname; in build_mips16_function_stub() local
8000 assemble_name (file, fnname); in build_mips16_function_stub()
8060 const char *fnname; in build_mips16_call_stub() local
8155 fnname = XSTR (fn, 0); in build_mips16_call_stub()
8184 fnname); in build_mips16_call_stub()
8188 fnname); in build_mips16_call_stub()
8198 fnname); in build_mips16_call_stub()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c7384 const char *fnname;
7406 alpha_fnname = fnname;
7469 assemble_name (file, fnname);
7474 strcpy (entry_label, fnname);
7569 assemble_name (file, fnname);
7895 const char *fnname;
9861 const char *fnname; in unicosmk_ssib_name() local
9872 len = strlen (fnname); in unicosmk_ssib_name()
9889 const char *fnname;
9903 len = strlen (fnname);
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c7234 const char *fnname; local
7272 assemble_name (file, fnname);
7827 const char *name = fnname;
9024 const char *fnname; local
9073 assemble_name (file, fnname);
9136 const char *fnname; local
9242 fnname = XSTR (fn, 0);
9271 fnname);
9275 fnname);
9285 fnname);
[all …]
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-cris.texi199 Example: @code{add.d fnname:PLT,$pc}
206 fnname:PLTG,$r3}
218 [$r0+fnname:GOTPLT]}
224 [$r0+fnname:GOTPLT16]}
/openbsd/gnu/gcc/gcc/
H A Dvarasm.c1340 assemble_start_function (tree decl, const char *fnname) in assemble_start_function() argument
1374 output_constant_pool (fnname, decl); in assemble_start_function()
1450 ASM_OUTPUT_FUNCTION_PREFIX (asm_out_file, fnname); in assemble_start_function()
1467 targetm.asm_out.mark_decl_preserved (fnname); in assemble_start_function()
1474 ASM_OUTPUT_LABEL (asm_out_file, fnname); in assemble_start_function()
1482 assemble_end_function (tree decl, const char *fnname ATTRIBUTE_UNUSED) in assemble_end_function()
1488 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl); in assemble_end_function()
1492 output_constant_pool (fnname, decl); in assemble_end_function()
3540 output_constant_pool (const char *fnname ATTRIBUTE_UNUSED, in output_constant_pool()
3551 ASM_OUTPUT_POOL_PROLOGUE (asm_out_file, fnname, fndecl, pool->offset); in output_constant_pool()
[all …]
H A Dfinal.c3904 const char *fnname; in rest_of_handle_final() local
3913 fnname = XSTR (x, 0); in rest_of_handle_final()
3915 assemble_start_function (current_function_decl, fnname); in rest_of_handle_final()
3926 assemble_end_function (current_function_decl, fnname); in rest_of_handle_final()
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c7937 alpha_fnname = fnname; in alpha_start_function()
7990 assemble_name (file, fnname); in alpha_start_function()
8000 assemble_name (file, fnname); in alpha_start_function()
8005 strcpy (entry_label, fnname); in alpha_start_function()
8088 assemble_name (file, fnname); in alpha_start_function()
8090 alpha_need_linkage (fnname, 1); in alpha_start_function()
10223 const char *fnname; in unicosmk_ssib_name() local
10230 fnname = XSTR (x, 0); in unicosmk_ssib_name()
10232 len = strlen (fnname); in unicosmk_ssib_name()
10329 len = strlen (fnname); in unicosmk_output_ssib()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-cris.texi287 Example: @code{add.d fnname:PLT,$pc}
294 fnname:PLTG,$r3}
306 [$r0+fnname:GOTPLT]}
312 [$r0+fnname:GOTPLT16]}
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c2578 char *fnname; in bfd_xcoff_export_symbol() local
2582 fnname = bfd_malloc (amt); in bfd_xcoff_export_symbol()
2583 if (fnname == NULL) in bfd_xcoff_export_symbol()
2585 fnname[0] = '.'; in bfd_xcoff_export_symbol()
2586 strcpy (fnname + 1, h->root.root.string); in bfd_xcoff_export_symbol()
2588 fnname, FALSE, FALSE, TRUE); in bfd_xcoff_export_symbol()
2589 free (fnname); in bfd_xcoff_export_symbol()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dxcofflink.c2700 char *fnname; local
2704 fnname = (char *) bfd_malloc (amt);
2705 if (fnname == NULL)
2707 fnname[0] = '.';
2708 strcpy (fnname + 1, h->root.root.string);
2710 fnname, FALSE, FALSE, TRUE);
2711 free (fnname);

12