Searched refs:strip_all (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/legacy/binutils/include/
H A Dbfdlink.h31 strip_all /* Strip all symbols. */ enumerator in enum:bfd_link_strip
35 if strip_all is used. */
/haiku-buildtools/binutils/include/
H A Dbfdlink.h31 strip_all /* Strip all symbols. */ enumerator in enum:bfd_link_strip
35 if strip_all is used. */
/haiku-buildtools/binutils/gold/
H A Dobject.cc2201 bool strip_all = parameters->options().strip_all(); local
2263 if (strip_all
2616 const bool strip_all = parameters->options().strip_all(); local
2617 if (strip_all)
H A Doptions.cc1090 // strip_all > strip_debug > strip_non_line > strip_debug_gdb.
1092 if (this->strip_all())
1104 if (this->strip_all() && this->relocatable())
H A Doptions.h1191 DEFINE_bool(strip_all, options::TWO_DASHES, 's', false,
H A Dlayout.cc4088 if (!parameters->options().strip_all())
5386 if (!parameters->options().strip_all())
/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c857 && info->strip != strip_all)
3269 if (info->strip == strip_all
3348 if (info->strip != strip_all)
3686 && finfo->info->strip == strip_all)
3754 && finfo->info->strip != strip_all)
4335 if (r_symndx != -1 && finfo->info->strip != strip_all)
4831 if (finfo->info->strip != strip_all)
5015 if (h->indx >= 0 || finfo->info->strip == strip_all)
5022 && (finfo->info->strip == strip_all
5565 if (info->strip == strip_all)
[all...]
H A Delf64-sparc.c571 if (info->strip == strip_all)
H A Dcofflink.c574 && (info->strip != strip_all && info->strip != strip_debugger))
1467 if (finfo->info->strip == strip_all && ! dont_skip_symbol)
2481 && (finfo->info->strip == strip_all
H A Dlinker.c2306 if (info->strip == strip_all
2367 if (info->strip != strip_all)
2474 if (wginfo->info->strip == strip_all
H A Delflink.c4417 || ((info->strip == strip_all || info->strip == strip_debugger)
4442 && (info->strip != strip_all && info->strip != strip_debugger))
6482 else if (finfo->info->strip == strip_all)
6946 if (finfo->info->strip == strip_all)
7365 if (finfo->info->strip == strip_all)
8040 bfd_get_symcount (abfd) = info->strip == strip_all ? 0 : 1;
8114 if (info->strip != strip_all
8132 if (info->strip != strip_all
H A Dpdp11.c2923 && (finfo->info->strip == strip_all
4007 if (strip != strip_all
4136 case strip_all:
H A Daoutx.h3528 && (finfo->info->strip == strip_all
4716 if (strip != strip_all
4847 case strip_all:
H A Delf64-mmix.c2066 || ((info->strip == strip_all || info->strip == strip_debugger)
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c1119 && info->strip != strip_all)
3453 if (info->strip == strip_all)
3862 if (info->strip == strip_all
3975 if (info->strip != strip_all)
4854 if (r_symndx != -1 && flinfo->info->strip != strip_all)
5405 if (flinfo->info->strip != strip_all)
5555 if (h->indx >= 0 || flinfo->info->strip == strip_all)
5562 && (flinfo->info->strip == strip_all
6070 if (info->strip == strip_all)
6282 if (info->strip == strip_all)
[all...]
H A Dcofflink.c515 && (info->strip != strip_all && info->strip != strip_debugger))
864 if (flaginfo.info->strip != strip_all && flaginfo.info->discard != discard_all)
1532 if (flaginfo->info->strip == strip_all && ! dont_skip_symbol)
2583 && (flaginfo->info->strip == strip_all
H A Dlinker.c2095 if (info->strip == strip_all
2156 if (info->strip != strip_all)
2267 if (wginfo->info->strip == strip_all
H A Delf64-sparc.c583 if (info->strip == strip_all)
H A Dpdp11.c2951 && (flaginfo->info->strip == strip_all
4020 if (strip != strip_all
4149 case strip_all:
H A Delflink.c3637 || ((info->strip == strip_all || info->strip == strip_debugger)
5178 && (info->strip != strip_all && info->strip != strip_debugger))
9431 else if (flinfo->info->strip == strip_all)
10035 if (flinfo->info->strip == strip_all)
10652 if (flinfo->info->strip == strip_all)
11537 bfd_get_symcount (abfd) = info->strip != strip_all || emit_relocs;
11605 if (info->strip != strip_all || emit_relocs)
11863 && (info->strip != strip_all || emit_relocs))
11970 && (info->strip != strip_all || emit_relocs))
12977 && !((info->strip == strip_all || inf
[all...]
H A Daoutx.h3662 && (flaginfo->info->strip == strip_all
4853 if (strip != strip_all
4984 case strip_all:
H A Delf64-mmix.c2065 || ((info->strip == strip_all || info->strip == strip_debugger)
/haiku-buildtools/binutils/ld/
H A Dlexsup.c1148 link_info.strip = strip_all;
1646 if (bfd_link_relocatable (&link_info) && link_info.strip == strip_all)
/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c365 if (link_info.relocatable && link_info.strip == strip_all)
H A Dlexsup.c1075 link_info.strip = strip_all;

Completed in 601 milliseconds

12