Home
last modified time | relevance | path

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

12

/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_mode_object.h110 #define DRM_ENUM_NAME_FN(fnname, list) \ argument
111 const char *fnname(int val) \
/openbsd/src/gnu/usr.bin/binutils/binutils/
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/src/gnu/usr.bin/binutils-2.17/binutils/
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()
Dieee.c3192 const char *fnname; in ieee_read_cxx_defaults() local
3209 if (! ieee_require_atn65 (info, pp, &fnname, &fnlen) in ieee_read_cxx_defaults()
3862 const char *fnname; member
7016 info->fnname = name; in ieee_start_function()
7167 || ! ieee_write_atn65 (info, nindx, info->fnname) in ieee_output_pending_parms()
7298 info->fnname = NULL; in ieee_end_function()
/openbsd/src/gnu/gcc/gcc/config/score/
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/src/gnu/usr.bin/gcc/gcc/
Dc-objc-common.c313 tree fnname = get_file_function_name (method_type); local
318 build_nt (CALL_EXPR, fnname,
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()
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);
1211 ASM_DECLARE_FUNCTION_NAME (asm_out_file, fnname, current_function_decl);
1214 ASM_OUTPUT_LABEL (asm_out_file, fnname);
1222 assemble_end_function (decl, fnname) in assemble_end_function() argument
1224 const char *fnname;
1227 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl);
[all …]
Dtoplev.c3654 const char *fnname; local
3665 fnname = XSTR (x, 0);
3667 assemble_start_function (decl, fnname);
3678 assemble_end_function (decl, fnname);
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcall.c1624 build_builtin_candidate (candidates, fnname, type1, type2, in build_builtin_candidate() argument
1627 tree fnname, type1, type2, *args, *argtypes;
1669 add_candidate (candidates, fnname, convs,
1711 add_builtin_candidate (candidates, code, code2, fnname, type1, type2, in add_builtin_candidate() argument
1715 tree fnname, type1, type2, *args, *argtypes;
2097 (candidates, fnname, type1, type1, args, argtypes, flags);
2099 (candidates, fnname, type2, type2, args, argtypes, flags);
2104 (candidates, fnname, type1, type2, args, argtypes, flags);
2132 add_builtin_candidates (candidates, code, code2, fnname, args, flags) in add_builtin_candidates() argument
2135 tree fnname, *args;
[all …]
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);
Dinit.c2282 tree fnname; local
2286 fnname = ansi_opname (code);
2290 (lookup_function_nonclass (fnname, args),
2294 fnname, args,
/openbsd/src/gnu/gcc/gcc/cp/
Dcall.c1535 build_builtin_candidate (struct z_candidate **candidates, tree fnname, in build_builtin_candidate() argument
1582 add_candidate (candidates, fnname, /*args=*/NULL_TREE, in build_builtin_candidate()
1624 enum tree_code code2, tree fnname, tree type1, in add_builtin_candidate() argument
2002 (candidates, fnname, type1, type1, args, argtypes, flags); in add_builtin_candidate()
2004 (candidates, fnname, type2, type2, args, argtypes, flags); in add_builtin_candidate()
2009 (candidates, fnname, type1, type2, args, argtypes, flags); in add_builtin_candidate()
2037 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()
2188 (candidates, code, code2, fnname, TREE_VALUE (types[0]), in add_builtin_candidates()
[all …]
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()
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/src/gnu/gcc/gcc/config/mips/
Dmips.c6653 const char *fnname; in mips_output_function_prologue() local
6674 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); in mips_output_function_prologue()
6679 assemble_name (file, fnname); in mips_output_function_prologue()
6683 assemble_name (file, fnname); in mips_output_function_prologue()
6947 const char *fnname; in mips_output_function_epilogue() local
6952 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); in mips_output_function_epilogue()
6954 assemble_name (file, fnname); in mips_output_function_epilogue()
7950 const char *fnname; in build_mips16_function_stub() local
7956 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0); in build_mips16_function_stub()
7957 secname = (char *) alloca (strlen (fnname) + 20); in build_mips16_function_stub()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.c7234 const char *fnname; local
7263 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
7268 assemble_name (file, fnname);
7272 assemble_name (file, fnname);
7805 const char *fnname = ""; /* FIXME: Correct initialisation? */ local
7812 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
7817 assemble_name (file, fnname);
7827 const char *name = fnname;
9024 const char *fnname; local
9030 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.c7382 alpha_start_function (file, fnname, decl) in alpha_start_function() argument
7384 const char *fnname;
7395 char *entry_label = (char *) alloca (strlen (fnname) + 6);
7402 name_tree = get_identifier (fnname);
7406 alpha_fnname = fnname;
7459 assemble_name (file, fnname);
7469 assemble_name (file, fnname);
7474 strcpy (entry_label, fnname);
7567 assemble_name (file, fnname); fputs ("..na:\n", file);
7569 assemble_name (file, fnname);
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-cris.texi199 Example: @code{add.d fnname:PLT,$pc}
206 fnname:PLTG,$r3}
218 [$r0+fnname:GOTPLT]}
224 [$r0+fnname:GOTPLT16]}
/openbsd/src/gnu/gcc/gcc/
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()
1471 ASM_DECLARE_FUNCTION_NAME (asm_out_file, fnname, current_function_decl); 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()
[all …]
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/src/gnu/gcc/gcc/config/alpha/
Dalpha.c7911 alpha_start_function (FILE *file, const char *fnname, in alpha_start_function() argument
7926 char *entry_label = (char *) alloca (strlen (fnname) + 6); in alpha_start_function()
7933 name_tree = get_identifier (fnname); in alpha_start_function()
7937 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()
8086 assemble_name (file, fnname); fputs ("..na:\n", file); in alpha_start_function()
8088 assemble_name (file, fnname); in alpha_start_function()
8090 alpha_need_linkage (fnname, 1); in alpha_start_function()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-cris.texi287 Example: @code{add.d fnname:PLT,$pc}
294 fnname:PLTG,$r3}
306 [$r0+fnname:GOTPLT]}
312 [$r0+fnname:GOTPLT16]}
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
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/src/gnu/usr.bin/binutils/bfd/
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