Searched refs:DECL_SECTION_NAME (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dunknown-elf.h54 && DECL_SECTION_NAME (DECL) != NULL_TREE)
H A Dpe.c269 DECL_SECTION_NAME (decl) = build_string (len, string);
H A Darm.h1896 if (!TARGET_LONG_CALLS || ! DECL_SECTION_NAME (DECL)) \
H A Darm.c3141 || DECL_SECTION_NAME (current_function_decl))
/freebsd-10.1-release/contrib/gcc/cp/
H A Doptimize.c111 DECL_SECTION_NAME (clone) = DECL_SECTION_NAME (fn);
H A Dmethod.c402 if (DECL_SECTION_NAME (function) != NULL && DECL_ONE_ONLY (function))
407 DECL_SECTION_NAME (thunk_fndecl) = DECL_SECTION_NAME (function);
H A Ddecl.c1763 if (DECL_SECTION_NAME (newdecl) == NULL_TREE)
1764 DECL_SECTION_NAME (newdecl) = DECL_SECTION_NAME (olddecl);
12433 && DECL_SECTION_NAME (target) != NULL
/freebsd-10.1-release/contrib/gcc/
H A Dvarasm.c188 && DECL_SECTION_NAME (DECL) != NULL_TREE)
392 dsn = DECL_SECTION_NAME (current_function_decl);
447 DECL_SECTION_NAME. DECL is the decl associated with the section
458 name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
465 /* If required, set DECL_SECTION_NAME to a unique name. */
471 if (DECL_SECTION_NAME (decl) == NULL_TREE
543 && DECL_SECTION_NAME (decl) != NULL_TREE
566 && DECL_SECTION_NAME (decl) != NULL_TREE)
581 && DECL_SECTION_NAME (current_function_decl) != NULL_TREE)
601 if (decl != NULL_TREE && DECL_SECTION_NAME (dec
[all...]
H A Dpredict.c1885 if (DECL_SECTION_NAME (current_function_decl)
1901 DECL_SECTION_NAME (current_function_decl) =
1904 DECL_SECTION_NAME (current_function_decl) =
H A Dipa-reference.c983 if (DECL_SECTION_NAME (var) == NULL_TREE)
H A Dsdbout.c1050 && DECL_SECTION_NAME (current_function_decl) != NULL_TREE)
H A Dc-common.c4803 else if (DECL_SECTION_NAME (decl) != NULL_TREE
4804 && strcmp (TREE_STRING_POINTER (DECL_SECTION_NAME (decl)),
4812 DECL_SECTION_NAME (decl) = TREE_VALUE (args);
H A Ddwarf2out.c7453 if (! DECL_SECTION_NAME (decl))
10392 if (VAR_OR_FUNCTION_DECL_P (decl) && DECL_SECTION_NAME (decl))
10394 tree sectree = DECL_SECTION_NAME (decl);
10397 else if (current_function_decl && DECL_SECTION_NAME (current_function_decl))
10399 tree sectree = DECL_SECTION_NAME (current_function_decl);
H A Dc-decl.c1766 if (DECL_SECTION_NAME (newdecl) == NULL_TREE)
1767 DECL_SECTION_NAME (newdecl) = DECL_SECTION_NAME (olddecl);
H A Dtree.h2921 #define DECL_SECTION_NAME(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.section_name)
2908 #define DECL_SECTION_NAME macro
H A Dfold-const.c12038 fold_checksum_tree (DECL_SECTION_NAME (expr), ctx, ht);
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dwinnt.c510 DECL_SECTION_NAME (decl) = build_string (len, string);
H A Di386.c2411 STRING_CST node, and assign it to DECL_SECTION_NAME (decl).
2469 DECL_SECTION_NAME (decl) = build_string (nlen + plen, string);
19692 if (TREE_CODE (exp) == VAR_DECL && DECL_SECTION_NAME (exp))
19694 const char *section = TREE_STRING_POINTER (DECL_SECTION_NAME (exp));
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dmips.c7376 if (decl && DECL_SECTION_NAME (decl))
7378 const char *name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
7414 if (TREE_CODE (decl) == VAR_DECL && DECL_SECTION_NAME (decl) != 0)
7419 name = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
8033 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname);
8261 DECL_SECTION_NAME (stubdecl) = build_string (strlen (secname), secname);
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dia64.c8688 if (TREE_CODE (exp) == VAR_DECL && DECL_SECTION_NAME (exp))
8690 const char *section = TREE_STRING_POINTER (DECL_SECTION_NAME (exp));
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Drs6000.c17943 if (TREE_CODE (decl) == VAR_DECL && DECL_SECTION_NAME (decl))
17945 const char *section = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
18688 DECL_SECTION_NAME (decl) = build_string (strlen (name), name);

Completed in 871 milliseconds