Searched refs:asmname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | netware.c | 47 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); in gen_stdcall_or_fastcall_decoration() local 76 newsym = alloca (1 + strlen (asmname) + 1 + 10 + 1); in gen_stdcall_or_fastcall_decoration() 81 asmname, in gen_stdcall_or_fastcall_decoration() 95 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); in gen_regparm_prefix() local 125 newsym = alloca (3 + strlen (asmname) + 1); in gen_regparm_prefix() 130 asmname)); in gen_regparm_prefix()
|
| D | winnt.c | 297 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); in gen_stdcall_or_fastcall_suffix() local 303 if (*asmname == '*' || strchr (asmname, '@')) in gen_stdcall_or_fastcall_suffix() 332 newsym = alloca (1 + strlen (asmname) + 1 + 8 + 1); in gen_stdcall_or_fastcall_suffix() 336 sprintf (p, "%s@%d", asmname, total/BITS_PER_UNIT); in gen_stdcall_or_fastcall_suffix()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | c-pragma.c | 507 maybe_apply_renaming_pragma (tree decl, tree asmname) in maybe_apply_renaming_pragma() argument 516 return asmname; in maybe_apply_renaming_pragma() 525 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname)) in maybe_apply_renaming_pragma() 553 if (asmname) in maybe_apply_renaming_pragma() 555 if (strcmp (TREE_STRING_POINTER (asmname), in maybe_apply_renaming_pragma() 559 return asmname; in maybe_apply_renaming_pragma() 569 if (asmname) in maybe_apply_renaming_pragma() 570 return asmname; in maybe_apply_renaming_pragma()
|
| D | cgraph.c | 249 decl_assembler_name_equal (tree decl, tree asmname) in decl_assembler_name_equal() argument 253 if (decl_asmname == asmname) in decl_assembler_name_equal() 274 return strcmp (decl_str, IDENTIFIER_POINTER (asmname)) == 0; in decl_assembler_name_equal() 285 cgraph_node_for_asm (tree asmname) in cgraph_node_for_asm() argument 290 if (decl_assembler_name_equal (node->decl, asmname)) in cgraph_node_for_asm() 867 cgraph_varpool_node_for_asm (tree asmname) in cgraph_varpool_node_for_asm() argument 872 if (decl_assembler_name_equal (node->decl, asmname)) in cgraph_varpool_node_for_asm()
|
| D | cgraph.h | 271 struct cgraph_node *cgraph_node_for_asm (tree asmname); 285 struct cgraph_varpool_node *cgraph_varpool_node_for_asm (tree asmname);
|