Searched refs:fnname (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/binutils/binutils/
H A Drdcoff.c662 const char *fnname;
680 fnname = NULL;
763 fnname = name;
785 if (fnname == NULL)
797 if (! debug_record_function (dhandle, fnname, type,
826 fnname = NULL;
661 const char *fnname; local
H A Dieee.c3190 const char *fnname; local
3207 if (! ieee_require_atn65 (info, pp, &fnname, &fnlen)
3862 const char *fnname;
7018 info->fnname = name;
7169 || ! ieee_write_atn65 (info, nindx, info->fnname)
7300 info->fnname = NULL;
3860 const char *fnname; member in struct:ieee_handle
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcall.c1535 build_builtin_candidate (struct z_candidate **candidates, tree fnname, argument
1582 add_candidate (candidates, fnname, /*args=*/NULL_TREE,
1624 enum tree_code code2, tree fnname, tree type1,
2002 (candidates, fnname, type1, type1, args, argtypes, flags);
2004 (candidates, fnname, type2, type2, args, argtypes, flags);
2009 (candidates, fnname, type1, type2, args, argtypes, flags);
2037 enum tree_code code2, tree fnname, tree *args,
2079 (candidates, fnname, boolean_type_node,
2086 (candidates, fnname, boolean_type_node,
2188 (candidates, code, code2, fnname, TREE_VALU
1623 add_builtin_candidate(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
2036 add_builtin_candidates(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree *args, int flags) argument
2858 build_operator_new_call(tree fnname, tree args, tree *size, tree *cookie_size, tree *fn) argument
3656 tree arglist, fnname; local
4001 tree fns, fnname, argtypes, args, type; local
[all...]
H A Dmethod.c434 const char *fnname;
438 fnname = XSTR (XEXP (DECL_RTL (thunk_fndecl), 0), 0);
441 assemble_start_function (thunk_fndecl, fnname);
446 assemble_end_function (thunk_fndecl, fnname);
433 const char *fnname; local
H A Dinit.c1735 tree fnname;
1738 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR);
1756 fns = lookup_fnfields (elt_type, fnname, /*protect=*/2);
1759 error ("no suitable %qD found in class %qT", fnname, elt_type);
1764 error ("request for member %qD is ambiguous", fnname);
1783 alloc_call = build_operator_new_call (fnname, placement,
1733 tree fnname; local
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c505 char *fnname; local
554 if ((fnname = elf_strptr(e, sh->sh_link, sym.st_name))
559 if (fnname[0] == '$' &&
560 (fnname[1] == 'a' || fnname[1] == 't' ||
561 fnname[1] == 'd') &&
562 fnname[2] == '\0')
566 symptr->ps_name = pmcstat_string_intern(fnname);
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dmips.c6714 const char *fnname;
6735 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
6740 assemble_name (file, fnname);
6744 assemble_name (file, fnname);
7010 const char *fnname;
7015 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
7017 assemble_name (file, fnname);
8019 const char *fnname;
8025 fnname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
8026 secname = (char *) alloca (strlen (fnname)
6676 const char *fnname; local
6970 const char *fnname; local
7973 const char *fnname; local
8083 const char *fnname; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dvarasm.c1347 assemble_start_function (tree decl, const char *fnname)
1381 output_constant_pool (fnname, decl);
1457 ASM_OUTPUT_FUNCTION_PREFIX (asm_out_file, fnname);
1474 targetm.asm_out.mark_decl_preserved (fnname);
1478 ASM_DECLARE_FUNCTION_NAME (asm_out_file, fnname, current_function_decl);
1481 ASM_OUTPUT_LABEL (asm_out_file, fnname);
1489 assemble_end_function (tree decl, const char *fnname ATTRIBUTE_UNUSED)
1495 ASM_DECLARE_FUNCTION_SIZE (asm_out_file, fnname, decl);
1499 output_constant_pool (fnname, decl);
3561 output_constant_pool (const char *fnname ATTRIBUTE_UNUSE
1340 assemble_start_function(tree decl, const char *fnname) argument
[all...]
H A Dfinal.c3924 const char *fnname;
3933 fnname = XSTR (x, 0);
3935 assemble_start_function (current_function_decl, fnname);
3946 assemble_end_function (current_function_decl, fnname);
3904 const char *fnname; local
H A Ddwarf2out.c11235 const char *fnname;
11243 fnname = XSTR (x, 0);
11244 return fnname;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dxcofflink.c2584 char *fnname;
2588 fnname = bfd_malloc (amt);
2589 if (fnname == NULL)
2591 fnname[0] = '.';
2592 strcpy (fnname + 1, h->root.root.string);
2594 fnname, FALSE, FALSE, TRUE);
2595 free (fnname);
2579 char *fnname; local
/freebsd-10.0-release/crypto/openssl/crypto/store/
H A Dstr_lib.c236 #define check_store(s,fncode,fnname,fnerrcode) \
244 if ((s)->meth->fnname == NULL) \
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_crtc.c43 #define DRM_ENUM_NAME_FN(fnname, list) \
44 char *fnname(int val) \

Completed in 824 milliseconds