Searched refs:undefs (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/legacy/autoconf/testsuite/autoconf.s/
H A Ddefines.exp25 set undefs [exec sed -n $uscript $top_srcdir/acconfig.h]
32 foreach u $undefs {
45 if {[lsearch -exact $undefs $d] != -1} {
/haiku-buildtools/legacy/gcc/
H A Dconfigure88 undefs=NOUNDEFS
391 case $undefs in
392 NOUNDEFS) undefs=$option ;;
408 # 1. You aren't allowed to specify --host, --target, and undefs at the
410 # 2. Host defaults to undefs.
411 # 3. If undefs is not specified, then host defaults to the current host,
413 # 4. Target defaults to undefs.
414 # 5. If undefs is not specified, then target defaults to host.
418 # Make sure that host, target & undefs aren't all specified at the
420 case $host_alias---$target_alias---$undefs i
[all...]
/haiku-buildtools/legacy/binutils/include/
H A Dbfdlink.h170 struct bfd_link_hash_entry *undefs;
171 /* Entries are added to the tail of the undefs list. */
198 /* Add an entry to the undefs list. */
202 /* Remove symbols from the undefs list that don't belong there. */
169 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
/haiku-buildtools/binutils/include/
H A Dbfdlink.h195 struct bfd_link_hash_entry *undefs;
196 /* Entries are added to the tail of the undefs list. */
231 /* Add an entry to the undefs list. */
235 /* Remove symbols from the undefs list that don't belong there. */
194 struct bfd_link_hash_entry *undefs; member in struct:bfd_link_hash_table
/haiku-buildtools/binutils/gold/
H A Dplugin.cc604 Undefined_symbol_list undefs; local
605 undefs.reserve(this->undefined_symbols_.size());
606 this->undefined_symbols_.swap(undefs);
610 for (Undefined_symbol_list::const_iterator p = undefs.begin();
611 p != undefs.end();
/haiku-buildtools/legacy/binutils/bfd/
H A Dlinker.c479 table->undefs = NULL;
616 /* Add a symbol to the linker hash table undefs list. */
625 if (table->undefs == NULL)
626 table->undefs = h;
630 /* The undefs list was designed so that in normal use we don't need to
642 pun = &table->undefs;
654 if (pun == &table->undefs)
1019 pundef = &info->hash->undefs;
1244 undefs list. We add the section to a common section
H A Dconfigure15618 # `conftest.undefs', that substitutes the proper values into
15624 rm -f conftest.defines conftest.undefs
15645 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
15651 cat >>conftest.undefs <<\_ACEOF
15685 # Break up conftest.undefs because some shells have a limit on the size
15689 while grep . conftest.undefs >/dev/null
15691 # Write a limited-size here document to $tmp/undefs.sed.
15692 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
15698 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
15700 sed -f $tmp/undefs
[all...]
H A Decoff.c3765 pundef = &info->hash->undefs;
H A Delflink.c1021 up the linker hash table undefs list. Since the old
1023 undefs list. */
3514 old_undefs = htab->root.undefs;
4155 htab->root.undefs = old_undefs;
/haiku-buildtools/binutils/bfd/
H A Dlinker.c470 table->undefs = NULL;
660 /* Add a symbol to the linker hash table undefs list. */
669 if (table->undefs == NULL)
670 table->undefs = h;
674 /* The undefs list was designed so that in normal use we don't need to
686 pun = &table->undefs;
698 if (pun == &table->undefs)
1086 undefs list. We add the section to a common section
H A Decoff.c3614 pundef = &info->hash->undefs;
H A Delf64-ia64-vms.c5311 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
H A Dvms-alpha.c8226 for (pundef = &info->hash->undefs; *pundef != NULL; pundef = next_pundef)
H A Delflink.c1389 on the undefs list. If the new symbol is undefined or
1391 undefined or common symbols will be added to the undefs list
1393 added twice to the undefs list. Also, if the new symbol is
4149 old_undefs = htab->root.undefs;
4887 htab->root.undefs = old_undefs;
/haiku-buildtools/legacy/binutils/gprof/
H A Dconfigure9561 # `conftest.undefs', that substitutes the proper values into
9567 rm -f conftest.defines conftest.undefs
9588 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9594 cat >>conftest.undefs <<\_ACEOF
9628 # Break up conftest.undefs because some shells have a limit on the size
9632 while grep . conftest.undefs >/dev/null
9634 # Write a limited-size here document to $tmp/undefs.sed.
9635 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9641 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9643 sed -f $tmp/undefs
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dconfigure10003 # `conftest.undefs', that substitutes the proper values into
10009 rm -f conftest.defines conftest.undefs
10030 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10036 cat >>conftest.undefs <<\_ACEOF
10070 # Break up conftest.undefs because some shells have a limit on the size
10074 while grep . conftest.undefs >/dev/null
10076 # Write a limited-size here document to $tmp/undefs.sed.
10077 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10083 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10085 sed -f $tmp/undefs
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dconfigure12205 # `conftest.undefs', that substitutes the proper values into
12211 rm -f conftest.defines conftest.undefs
12232 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12238 cat >>conftest.undefs <<\_ACEOF
12272 # Break up conftest.undefs because some shells have a limit on the size
12276 while grep . conftest.undefs >/dev/null
12278 # Write a limited-size here document to $tmp/undefs.sed.
12279 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12285 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
12287 sed -f $tmp/undefs
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dconfigure10870 # `conftest.undefs', that substitutes the proper values into
10876 rm -f conftest.defines conftest.undefs
10897 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
10903 cat >>conftest.undefs <<\_ACEOF
10937 # Break up conftest.undefs because some shells have a limit on the size
10941 while grep . conftest.undefs >/dev/null
10943 # Write a limited-size here document to $tmp/undefs.sed.
10944 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
10950 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10952 sed -f $tmp/undefs
[all...]
H A Dldlang.c2817 struct bfd_link_hash_entry *undefs;
2825 undefs = link_info.hash->undefs_tail;
2828 while (undefs != link_info.hash->undefs_tail);
2815 struct bfd_link_hash_entry *undefs; local
/haiku-buildtools/legacy/binutils/libiberty/
H A Dconfigure9674 # `conftest.undefs', that substitutes the proper values into
9680 rm -f conftest.defines conftest.undefs
9701 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9707 cat >>conftest.undefs <<\_ACEOF
9741 # Break up conftest.undefs because some shells have a limit on the size
9745 while grep . conftest.undefs >/dev/null
9747 # Write a limited-size here document to $tmp/undefs.sed.
9748 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9754 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9756 sed -f $tmp/undefs
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dconfigure11749 # `conftest.undefs', that substitutes the proper values into
11755 rm -f conftest.defines conftest.undefs
11776 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11782 cat >>conftest.undefs <<\_ACEOF
11816 # Break up conftest.undefs because some shells have a limit on the size
11820 while grep . conftest.undefs >/dev/null
11822 # Write a limited-size here document to $tmp/undefs.sed.
11823 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11829 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11831 sed -f $tmp/undefs
[all...]
/haiku-buildtools/libtool/f77demo/
H A Dconfigure21817 # `conftest.undefs', that substitutes the proper values into
21823 rm -f conftest.defines conftest.undefs
21844 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
21850 cat >>conftest.undefs <<\_ACEOF
21884 # Break up conftest.undefs because some shells have a limit on the size
21888 while grep . conftest.undefs >/dev/null
21890 # Write a limited-size here document to $tmp/undefs.sed.
21891 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
21897 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
21899 sed -f $tmp/undefs
[all...]
/haiku-buildtools/libtool/libltdl/
H A Dconfigure23906 # `conftest.undefs', that substitutes the proper values into
23912 rm -f conftest.defines conftest.undefs
23933 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
23939 cat >>conftest.undefs <<\_ACEOF
23973 # Break up conftest.undefs because some shells have a limit on the size
23977 while grep . conftest.undefs >/dev/null
23979 # Write a limited-size here document to $tmp/undefs.sed.
23980 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
23986 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
23988 sed -f $tmp/undefs
[all...]
/haiku-buildtools/binutils/ld/
H A Dldlang.c3294 struct bfd_link_hash_entry *undefs;
3302 undefs = link_info.hash->undefs_tail;
3306 while (undefs != link_info.hash->undefs_tail);
3292 struct bfd_link_hash_entry *undefs; local

Completed in 799 milliseconds