Searched refs:copy_options (Results 1 – 22 of 22) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | fs_fwd.h | 84 enum class copy_options : unsigned short { in _GLIBCXX_VISIBILITY() enum 94 constexpr copy_options in _GLIBCXX_VISIBILITY() 95 operator&(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY() 97 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 98 return static_cast<copy_options>( in _GLIBCXX_VISIBILITY() 102 constexpr copy_options in _GLIBCXX_VISIBILITY() 103 operator|(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY() 105 using __utype = typename std::underlying_type<copy_options>::type; in _GLIBCXX_VISIBILITY() 106 return static_cast<copy_options>( in _GLIBCXX_VISIBILITY() 110 constexpr copy_options in _GLIBCXX_VISIBILITY() [all …]
|
| D | fs_ops.h | 61 { copy(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY() 65 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY() 67 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY() 68 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY() 73 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY() 77 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY() 79 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY() 80 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ChangeLog-2013 | 5 (copy_options): Add dump-section. 641 (strip_options, copy_options): Add -U/--disable-deterministic-archives.
|
| D | ChangeLog-2015 | 120 (copy_options): Add add-symbol. 500 (copy_options): Use optional_argument on compress-debug-sections. 615 (copy_options): Add update-section.
|
| D | ChangeLog-0203 | 21 (copy_options): New options: impure, pure, readonly-text, 115 (copy_options): Likewise. 558 (copy_options): Likewise. 585 (copy_options): Describe --add-gnu-debuglink switch. 624 (copy_options): Add a new option, --redefine-syms. 821 (copy_options): Likewise.
|
| D | ChangeLog-2012 | 485 (copy_options): Add --extract-dwo, --strip-dwo options. 540 (copy_options): Likewise.
|
| D | ChangeLog-9197 | 131 (copy_object, copy_options, copy_usage): Add privatize-symbol & 423 (copy_options): Likewise. 637 (copy_options): Add "weaken". 833 (copy_options): Add "change-leading-char". 1739 (copy_options): Add "debugging". 2479 (copy_options): Likewise. 2640 (copy_options): Likewise. 2679 (copy_options): Add --set-section-flags. 2719 (copy_options): Accept --add-section. 2864 (copy_options): Accept --pad-to. [all …]
|
| D | ChangeLog-2010 | 262 (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and 411 (copy_options): Add --interleave-width.
|
| D | ChangeLog-2016 | 438 (struct option copy_options): Likewise. 852 (copy_options): Add --elf-stt-common=.
|
| D | ChangeLog-2007 | 769 (copy_options, copy_usage): Add "reverse-bytes" entry. 936 (copy_options): Add an entry for --extract-symbol.
|
| D | ChangeLog-2006 | 264 (copy_options): Add --localize-hidden.
|
| D | ChangeLog-2005 | 60 (copy_options): Likewise. 1009 (copy_options): Add "globalize-symbol" and "globalize-symbols".
|
| D | ChangeLog-0001 | 496 (copy_options): Added --alt-machine-code. 911 * objcopy.c: (copy_options): Add --binary-architecture. 1812 (copy_options): Add --redefine-sym option.
|
| D | ChangeLog-2009 | 940 (copy_options): Likewise. 965 (copy_options[]): Add entry for --long-section-names option.
|
| D | ChangeLog-2004 | 51 (copy_options): Add --strip-unneeded-symbol and
|
| D | objcopy.c | 423 static struct option copy_options[] = variable 5235 copy_options, (int *) 0)) != EOF) in copy_main()
|
| D | ChangeLog-2019 | 536 (copy_options): Add --set-section-alignment.
|
| D | ChangeLog-2017 | 1439 (copy_options): Add merge-notes.
|
| D | ChangeLog-9899 | 518 (copy_options): Add "only-section".
|
| D | ChangeLog | 1858 (copy_options): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2016 | 9199 (copy(const path&, const path&, copy_options, error_code&)): Use 9205 overloaded operators for copy_options, perms and directory_options.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 42086 (copy_options): Likewise.
|