Home
last modified time | relevance | path

Searched full:this (Results 1 – 25 of 13309) sorted by relevance

12345678910>>...533

/netbsd-src/distrib/notes/common/
H A Dlegal.common10 .\" notice, this list of conditions and the following disclaimer.
12 .\" notice, this list of conditions and the following disclaimer in the
15 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
24 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 WARNING: Don't insert markup into this file without making AT LEAST one of
39 See the extract-contrib-string.pl script for help on updating this list!
46 This product includes software developed by the University of
49 This product includes software developed by the NetBSD Foundation.
51 This product includes software developed by The NetBSD
54 This product includes software developed for the
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dreadsyms.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
58 if (this->this_blocker_ != NULL) in ~Unblock_token()
59 delete this->this_blocker_; in ~Unblock_token()
65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
66 return this->this_blocker_; in is_runnable()
72 { tl->add(this, this->next_blocker_); } in locks()
140 if (this->input_argument_->is_file() in is_runnable()
[all …]
H A Darchive.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
63 // version name. If there are two '@' characters, this is in should_include_member()
148 // The header of an entry in the archive. This is all readable text,
199 this->no_export_ = in Archive()
210 if (this->input_file_->file().filesize() == sarmag) in setup()
215 off_t header_size = this->read_header(sarmag, false, &armap_name, NULL); in setup()
223 this->read_armap<32>(sarmag + sizeof(Archive_header), armap_size); in setup()
[all …]
H A Doutput.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
189 // Output_section_header methods. This currently assumes that the
218 this->segment_list_->begin(); in do_size()
219 p != this->segment_list_->end(); in do_size()
227 this->section_list_->begin(); in do_size()
228 p != this->section_list_->end(); in do_size()
233 count += this->unattached_section_list_->size(); in do_size()
[all …]
H A Ddwarf_reader.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
49 this->reloc_type_ = reloc_type; in do_initialize()
50 return this->track_relocs_.initialize(this->object_, reloc_shndx, in do_initialize()
62 gold_assert(static_cast<off_t>((symndx + 1) * symsize) <= this->symtab_size_); in symbol_section()
63 elfcpp::Sym<size, big_endian> elfsym(this->symtab_ + symndx * symsize); in symbol_section()
65 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(), in symbol_section()
77 this->track_relocs_.advance(reloc_offset); in do_get_reloc_target()
[all …]
H A Doutput.h6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
52 // This class represents the output file.
59 // Indicate that this is a temporary file which should not be
63 { this->is_temporary_ = true; } in set_is_temporary()
66 // exist, has a size of 0 or can't be mmaped. This method is
73 // If the file already exists, it is deleted/truncated. This method
78 // Resize the output file. This method is thread-unsafe.
[all …]
H A Doptions.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
52 // This flag is TRUE if we should register the command-line options as they
57 // This global variable is set up as General_options is constructed.
73 registered_options.push_back(this); in register_option()
82 if (!this->longname.empty()) in register_option()
83 (*long_options)[this->longname] = this; in register_option()
85 const int shortname_as_int = static_cast<int>(this->shortname); in register_option()
[all …]
H A Dobject.h6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
78 // Offset of external symbols within symbol data. This structure
79 // sometimes contains only external symbols, in which case this will
87 // Version information. This is only used on dynamic objects.
110 // Data about a single relocation section. This is read in
120 { delete this->contents; } in ~Section_relocs()
134 // Whether this section has special handling for offsets.
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dreadsyms.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
58 if (this->this_blocker_ != NULL) in ~Unblock_token()
59 delete this->this_blocker_; in ~Unblock_token()
65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
66 return this->this_blocker_; in is_runnable()
72 { tl->add(this, this->next_blocker_); } in locks()
140 if (this->input_argument_->is_file() in is_runnable()
[all …]
H A Darchive.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
63 // version name. If there are two '@' characters, this is in should_include_member()
148 // The header of an entry in the archive. This is all readable text,
199 this->no_export_ = in Archive()
210 if (this->input_file_->file().filesize() == sarmag) in setup()
215 off_t header_size = this->read_header(sarmag, false, &armap_name, NULL); in setup()
223 this->read_armap<32>(sarmag + sizeof(Archive_header), armap_size); in setup()
[all …]
H A Doutput.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
190 // Output_section_header methods. This currently assumes that the
219 this->segment_list_->begin(); in do_size()
220 p != this->segment_list_->end(); in do_size()
228 this->section_list_->begin(); in do_size()
229 p != this->section_list_->end(); in do_size()
234 count += this->unattached_section_list_->size(); in do_size()
[all …]
H A Ddwarf_reader.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
49 this->reloc_type_ = reloc_type; in do_initialize()
50 return this->track_relocs_.initialize(this->object_, reloc_shndx, in do_initialize()
62 gold_assert(static_cast<off_t>((symndx + 1) * symsize) <= this->symtab_size_); in symbol_section()
63 elfcpp::Sym<size, big_endian> elfsym(this->symtab_ + symndx * symsize); in symbol_section()
65 return this->object_->adjust_sym_shndx(symndx, elfsym.get_st_shndx(), in symbol_section()
77 this->track_relocs_.advance(reloc_offset); in do_get_reloc_target()
[all …]
H A Doutput.h6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
52 // This class represents the output file.
59 // Indicate that this is a temporary file which should not be
63 { this->is_temporary_ = true; } in set_is_temporary()
66 // exist, has a size of 0 or can't be mmaped. This method is
73 // If the file already exists, it is deleted/truncated. This method
78 // Resize the output file. This method is thread-unsafe.
[all …]
H A Doptions.cc6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
52 // This flag is TRUE if we should register the command-line options as they
57 // This global variable is set up as General_options is constructed.
73 registered_options.push_back(this); in register_option()
82 if (!this->longname.empty()) in register_option()
83 (*long_options)[this->longname] = this; in register_option()
85 const int shortname_as_int = static_cast<int>(this->shortname); in register_option()
[all …]
H A Dobject.h6 // This file is part of gold.
8 // This program is free software; you can redistribute it and/or modify
13 // This program is distributed in the hope that it will be useful,
19 // along with this program; if not, write to the Free Software
78 // Offset of external symbols within symbol data. This structure
79 // sometimes contains only external symbols, in which case this will
87 // Version information. This is only used on dynamic objects.
110 // Data about a single relocation section. This is read in
120 { delete this->contents; } in ~Section_relocs()
134 // Whether this section has special handling for offsets.
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Mem/
H A Dswapinfo.d7 * This script is UNDER CONSTRUCTION, check for newer versions.
40 * The contents of this file are subject to the terms of the
42 * (the "License"). You may not use this file except in compliance
54 * 11-Jun-2005 Brendan Gregg Created this.
67 this->ani_max = `k_anoninfo.ani_max;
68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv;
69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv;
70 this->ani_locked = `k_anoninfo.ani_locked_swap;
71 this->availrmem = `availrmem;
74 this->ram_total = `physinstalled;
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dswapinfo.d7 * This script is UNDER CONSTRUCTION, check for newer versions.
40 * The contents of this file are subject to the terms of the
42 * (the "License"). You may not use this file except in compliance
54 * 11-Jun-2005 Brendan Gregg Created this.
67 this->ani_max = `k_anoninfo.ani_max;
68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv;
69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv;
70 this->ani_locked = `k_anoninfo.ani_locked_swap;
71 this->availrmem = `availrmem;
74 this->ram_total = `physinstalled;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h9 // This file defines the SmallVector class.
37 /// This is all the stuff common to all SmallVectors.
59 /// This is a helper for \a grow() that's out of line to reduce code
60 /// duplication. This function will report a fatal error if it can't grow at
64 /// This is an implementation of the grow() method which only works
66 /// This function will report a fatal error if it cannot increase capacity.
78 /// This does not construct or destroy any elements in the vector.
80 /// Clients can use this in conjunction with capacity() to write past the end
82 /// update the size later. This avoids the cost of value initializing elements
102 /// This is the part of SmallVectorTemplateBase which does not depend on whether
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dvector.tcc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
33 * that both that copyright notice and this permission notice appear
35 * representations about the suitability of this software for any
42 * Permission to use, copy, modify, distribute and sell this software
45 * that both that copyright notice and this permission notice appear
47 * representations about the suitability of this software for any
52 * This is an internal header file, included by other library headers.
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog.c3 This file was written by Peter Miller <millerp@canb.auug.org.au>
5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software Foundation,
43 call_set_domain (struct default_catalog_reader_ty *this, char *name) in call_set_domain() argument
46 (default_catalog_reader_class_ty *) this->methods; in call_set_domain()
49 methods->set_domain (this, name); in call_set_domain()
53 call_add_message (struct default_catalog_reader_ty *this, in call_add_message() argument
61 (default_catalog_reader_class_ty *) this->methods; in call_add_message()
64 methods->add_message (this, msgctxt, in call_add_message()
[all …]
/netbsd-src/external/bsd/tre/dist/tests/agrep/
H A Dexitstatus.ok1 #### TEST: agrep this-will-be-found exitstatus.in
2 this-will-be-found
5 #### TEST: agrep this-will-be-found < exitstatus.in
6 this-will-be-found
9 #### TEST: agrep -c this-will-be-found exitstatus.in
13 #### TEST: agrep -c this-will-be-found < exitstatus.in
17 #### TEST: agrep -H this-will-be-found exitstatus.in
18 exitstatus.in:this-will-be-found
21 #### TEST: agrep -H this-will-be-found < exitstatus.in
22 (standard input):this-will-be-found
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dvector.tcc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
33 * that both that copyright notice and this permission notice appear
35 * representations about the suitability of this software for any
42 * Permission to use, copy, modify, distribute and sell this software
45 * that both that copyright notice and this permission notice appear
47 * representations about the suitability of this software for any
52 * This is an internal header file, included by other library headers.
[all …]
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js56 storing this instance. Is needed to be able to set timeouts.
64 this.name = name;
65 this.resultsPath = resultsPath;
66 this.keyTimeout = 0;
67 this.keyTimeoutLength = 500;
68 this.closeSelectionTimeout = 300;
69 this.lastSearchValue = "";
70 this.lastResultsPage = "";
71 this.hideTimeout = 0;
72 this.searchIndex = 0;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dmap.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // with this library; see the file COPYING3. If not see
25 * This file is a GNU profile extension to the Standard C++ Library.
133 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
135 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
136 return *this; in _GLIBCXX_VISIBILITY()
148 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
150 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
151 return *this; in _GLIBCXX_VISIBILITY()
[all …]
H A Dmultimap.h5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
26 * This file is a GNU profile extension to the Standard C++ Library.
133 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
135 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
136 return *this; in _GLIBCXX_VISIBILITY()
148 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY()
150 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY()
151 return *this; in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...533