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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dnetware.c47 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); local
76 newsym = alloca (1 + strlen (asmname) + 1 + 10 + 1);
81 asmname,
95 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); local
125 newsym = alloca (3 + strlen (asmname) + 1);
130 asmname));
H A Dwinnt.c295 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
301 if (*asmname == '*' || strchr (asmname, '@'))
330 newsym = alloca (1 + strlen (asmname) + 1 + 8 + 1);
334 sprintf (p, "%s@%d", asmname, total/BITS_PER_UNIT);
294 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-pragma.c505 maybe_apply_renaming_pragma (tree decl, tree asmname) argument
514 return asmname;
523 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
549 /* If we already have an asmname, #pragma redefine_extname is
551 if (asmname)
553 if (strcmp (TREE_STRING_POINTER (asmname),
557 return asmname;
566 /* If we've got an asmname, #pragma extern_prefix is silently ignored. */
567 if (asmname)
[all...]
H A Dcgraph.h238 struct cgraph_node *cgraph_node_for_asm (tree asmname);
251 struct cgraph_varpool_node *cgraph_varpool_node_for_asm (tree asmname);
H A Dcgraph.c219 decl_assembler_name_equal (tree decl, tree asmname) argument
223 if (decl_asmname == asmname)
244 return strcmp (decl_str, IDENTIFIER_POINTER (asmname)) == 0;
255 cgraph_node_for_asm (tree asmname) argument
260 if (decl_assembler_name_equal (node->decl, asmname))
738 cgraph_varpool_node_for_asm (tree asmname) argument
743 if (decl_assembler_name_equal (node->decl, asmname))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-pragma.c499 maybe_apply_renaming_pragma (tree decl, tree asmname) argument
508 return asmname;
517 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
543 /* If we already have an asmname, #pragma redefine_extname is
545 if (asmname)
547 if (strcmp (TREE_STRING_POINTER (asmname),
551 return asmname;
560 /* If we've got an asmname, #pragma extern_prefix is silently ignored. */
561 if (asmname)
[all...]
H A Dvarpool.c178 varpool_node_for_asm (tree asmname) argument
183 if (decl_assembler_name_equal (node->decl, asmname))
H A Dcgraph.h564 struct varpool_node *varpool_node_for_asm (tree asmname);
H A Dcgraph.c654 cgraph_node_for_asm (tree asmname) argument
695 slot = htab_find_slot_with_hash (assembler_name_hash, asmname,
696 decl_assembler_name_hash (asmname),
H A Dlto-streamer-in.c2591 const char *asmname; local
2618 asmname = input_string (data_in, ib);
2619 if (asmname)
2620 set_builtin_user_assembler_name (result, asmname);
H A Dtree.c576 decl_assembler_name_equal (tree decl, const_tree asmname)
583 if (decl_asmname == asmname)
587 asmname_str = IDENTIFIER_POINTER (asmname);
631 decl_assembler_name_hash (const_tree asmname)
633 if (IDENTIFIER_POINTER (asmname)[0] == '*')
635 const char *decl_str = IDENTIFIER_POINTER (asmname) + 1;
646 return htab_hash_string (IDENTIFIER_POINTER (asmname));
575 decl_assembler_name_equal(tree decl, const_tree asmname) argument
630 decl_assembler_name_hash(const_tree asmname) argument
H A Dtree.h3815 extern bool decl_assembler_name_equal (tree decl, const_tree asmname);
3816 extern hashval_t decl_assembler_name_hash (const_tree asmname);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c76 static char *asmname = ASSEMBLER ; variable
170 asmname = s+1; goto endfor;
422 ADD(asmname);
428 if (callsys(asmname, params))

Completed in 386 milliseconds