Searched refs:linkage (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dlinkage.exp27 if ![gcc_parallel_test_run_p linkage] {
33 set lines [gcc_target_compile "$srcdir/$subdir/linkage-x.c" "linkage-x.o" object {additional_flags="-w"}]
35 fail "$subdir/linkage.c compile"
42 set file_string [exec file "linkage-x.o"]
48 set file_string [exec file "linkage-x.o"]
54 set file_string [exec file "linkage-x.o"]
63 set file_string [exec file "linkage-x.o"]
71 set file_string [exec file "linkage-x.o"]
76 set file_string [exec file "linkage
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c482 /* No linkage. */
499 enum debug_object_linkage linkage; member in struct:debug_name
608 enum debug_object_linkage linkage)
618 n->linkage = linkage;
642 enum debug_object_linkage linkage)
658 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1129 enum debug_object_linkage linkage;
1147 linkage = DEBUG_LINKAGE_GLOBAL;
1149 linkage
604 debug_add_to_namespace(struct debug_handle *info ATTRIBUTE_UNUSED, struct debug_namespace **nsp, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
639 debug_add_to_current_namespace(struct debug_handle *info, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
1127 enum debug_object_linkage linkage; local
2811 debug_write_function(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, const char *name, enum debug_object_linkage linkage, struct debug_function *function) argument
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddebug.c481 /* No linkage. */
498 enum debug_object_linkage linkage; member in struct:debug_name
607 enum debug_object_linkage linkage)
617 n->linkage = linkage;
641 enum debug_object_linkage linkage)
657 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1126 enum debug_object_linkage linkage;
1144 linkage = DEBUG_LINKAGE_GLOBAL;
1146 linkage
603 debug_add_to_namespace(struct debug_handle *info ATTRIBUTE_UNUSED, struct debug_namespace **nsp, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
638 debug_add_to_current_namespace(struct debug_handle *info, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
1124 enum debug_object_linkage linkage; local
2808 debug_write_function(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, const char *name, enum debug_object_linkage linkage, struct debug_function *function) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/po/
H A DMakefile.in75 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/python/
H A DMakefile.in76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A DMakefile.in76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/
H A DMakefile.in80 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A DMakefile.in76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/testsuite/
H A DMakefile.in75 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A DMakefile.in77 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A DMakefile.in76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/libstdc++-v3/src/
H A DMakefile.in76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c7821 magically in response to -pg. Since _mcount has special linkage,
8447 /* Write the linkage entries. */
9646 rtx linkage;
9685 /* Return a SYMBOL_REF representing the reference to the .linkage entry
9687 this is the reference to the linkage pointer value, 0 if this is the
9732 al->linkage = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (linksym));
9740 return gen_rtx_MEM (Pmode, plus_constant (Pmode, al->linkage, 8));
9742 return al->linkage;
9748 ASM_OUTPUT_INTERNAL_LABEL (stream, XSTR (link->linkage, 0));
9759 /* Locally defined, build linkage pai
9621 rtx linkage; variable
[all...]
/haiku-buildtools/gcc/libstdc++-v3/doc/
H A DMakefile.in75 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c550 cp_debug_print_flag (file, "In unbraced linkage specification",
11279 linkage-specification
11322 literal, then we have a linkage specification. */
12111 /* Parse a linkage-specification.
12113 linkage-specification:
12120 tree linkage;
12126 linkage = cp_parser_string_literal (parser, false, false);
12131 if (strlen (TREE_STRING_POINTER (linkage))
12132 != (size_t) (TREE_STRING_LENGTH (linkage) - 1))
12134 cp_parser_error (parser, "invalid linkage
12118 tree linkage; local
[all...]
H A Dpt.c2816 global linkage.
2819 defect report 605 is to make the storage class and linkage
2829 /* This specialization has the same linkage and visibility as
5479 and check that the resulting function has external linkage. */
5487 linkage_kind linkage; local
5505 internal] linkage. */
5515 "external linkage");
5518 "external linkage");
5523 linkage = decl_linkage (fn_no_ptr);
5524 if (cxx_dialect >= cxx11 ? linkage
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.in75 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c18466 Let's emit linkage name attribute for it. This helps
18696 linkage name for the second die so that gdb will find both
20621 /* Return TRUE if TYPE is a typedef that names a type for linkage
23417 dw_attr_node linkage = (*die->die_attr)[ix - 1];
23419 gcc_assert (linkage.dw_attr == DW_AT_linkage_name
23420 || linkage.dw_attr == DW_AT_MIPS_linkage_name);
23433 die->die_attr->quick_insert (ix, linkage);
23398 dw_attr_node linkage = (*die->die_attr)[ix - 1]; local

Completed in 654 milliseconds