Home
last modified time | relevance | path

Searched refs:asmname (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-pragma.c436 maybe_apply_renaming_pragma (decl, asmname) in maybe_apply_renaming_pragma() argument
437 tree decl, asmname; in maybe_apply_renaming_pragma()
449 return asmname;
456 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldasmname) != 0)
458 asmname = build_string (strlen (oldasmname), oldasmname);
469 if (asmname && strcmp (TREE_STRING_POINTER (asmname), newname) != 0)
478 if (pragma_extern_prefix && !asmname)
482 asmname = build_string (strlen (x), x);
484 return asmname;
488 return asmname;
/openbsd/src/gnu/gcc/gcc/config/i386/
Dnetware.c47 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()
Dwinnt.c297 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()
/openbsd/src/gnu/gcc/gcc/
Dc-pragma.c507 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()
Dcgraph.c249 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()
Dcgraph.h271 struct cgraph_node *cgraph_node_for_asm (tree asmname);
285 struct cgraph_varpool_node *cgraph_varpool_node_for_asm (tree asmname);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dwinnt.c408 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); local
430 newsym = xmalloc (strlen (asmname) + 10);
431 sprintf (newsym, "%s@%d", asmname, total/BITS_PER_UNIT);
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c1090 maybe_apply_renaming_pragma (tree decl, tree asmname);
1095 maybe_apply_renaming_pragma (tree decl ATTRIBUTE_UNUSED, tree asmname ATTRIBUTE_UNUSED) in maybe_apply_renaming_pragma()