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

/freebsd-9.3-release/contrib/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.c298 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
304 if (*asmname == '*' || strchr (asmname, '@'))
333 newsym = alloca (1 + strlen (asmname) + 1 + 8 + 1);
337 sprintf (p, "%s@%d", asmname, total/BITS_PER_UNIT);
297 const char *asmname = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)); local
/freebsd-9.3-release/contrib/gcc/
H A Dc-pragma.c507 maybe_apply_renaming_pragma (tree decl, tree asmname) argument
516 return asmname;
525 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
551 /* If we already have an asmname, #pragma redefine_extname is
553 if (asmname)
555 if (strcmp (TREE_STRING_POINTER (asmname),
559 return asmname;
568 /* If we've got an asmname, #pragma extern_prefix is silently ignored. */
569 if (asmname)
[all...]
H A Dcgraph.h271 struct cgraph_node *cgraph_node_for_asm (tree asmname);
285 struct cgraph_varpool_node *cgraph_varpool_node_for_asm (tree asmname);
H A Dcgraph.c249 decl_assembler_name_equal (tree decl, tree asmname) argument
253 if (decl_asmname == asmname)
274 return strcmp (decl_str, IDENTIFIER_POINTER (asmname)) == 0;
285 cgraph_node_for_asm (tree asmname) argument
290 if (decl_assembler_name_equal (node->decl, asmname))
867 cgraph_varpool_node_for_asm (tree asmname) argument
872 if (decl_assembler_name_equal (node->decl, asmname))

Completed in 263 milliseconds