| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | incremental.h | 114 { return this->do_type(); } in type() 120 this->file_index_ = file_index; in set_offset() 121 this->offset_ = offset; in set_offset() 127 { this->info_offset_ = info_offset; } in set_info_offset() 132 { return this->file_index_; } in get_file_index() 137 { return this->offset_; } in get_offset() 142 { return this->info_offset_; } in get_info_offset() 147 { return this->filename_key_; } in get_filename_key() 152 { return this->arg_serial_; } in arg_serial() 157 { return this->mtime_; } in get_mtime() [all …]
|
| D | object.h | 120 { delete this->contents; } in ~Section_relocs() 150 { delete this->local_symbols; } in ~Read_relocs_data() 198 shndx += this->large_shndx_offset_; in adjust_shndx() 228 if (this->got_next_ != NULL) in ~Got_offset_list() 230 delete this->got_next_; in ~Got_offset_list() 231 this->got_next_ = NULL; in ~Got_offset_list() 239 this->got_type_ = -1U; in init() 240 this->got_offset_ = 0; in init() 241 this->addend_ = 0; in init() 242 this->got_next_ = NULL; in init() [all …]
|
| D | output.h | 63 { this->is_temporary_ = true; } in set_is_temporary() 90 { return this->file_size_; } in filesize() 95 { return this->name_; } in filename() 103 { memcpy(this->base_ + offset, data, len); } in write() 111 && start + static_cast<off_t>(size) <= this->file_size_); in get_output_view() 112 return this->base_ + start; in get_output_view() 125 { return this->get_output_view(start, size); } in get_input_output_view() 136 { return this->get_output_view(start, size); } in get_input_view() 197 gold_assert(this->is_address_valid_); in address() 198 return this->address_; in address() [all …]
|
| D | token.h | 44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); } in ~Task_list() 49 { return this->head_ == NULL; } in empty() 100 gold_assert(this->blockers_ == 0); in ~Task_token() 101 gold_assert(this->writer_ == NULL); in ~Task_token() 107 { return this->is_blocker_; } in is_blocker() 115 gold_assert(!this->is_blocker_); in is_writable() 116 return this->writer_ == NULL; in is_writable() 124 gold_assert(!this->is_blocker_ && this->writer_ == NULL); in add_writer() 125 this->writer_ = t; in add_writer() 132 gold_assert(!this->is_blocker_ && this->writer_ == t); in remove_writer() [all …]
|
| D | dwarf_reader.h | 58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize() 63 { return this->do_next_offset(); } in next_offset() 68 { this->do_advance(offset); } in advance() 74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target() 79 { return this->do_checkpoint(); } in checkpoint() 84 { this->do_reset(checkpoint); } in reset() 127 { return this->track_relocs_.next_offset(); } in do_next_offset() 132 { this->track_relocs_.advance(offset); } in do_advance() 140 { return this->track_relocs_.checkpoint(); } in do_checkpoint() 145 { this->track_relocs_.reset(checkpoint); } in do_reset() [all …]
|
| D | symtab.h | 109 { return this->name_; } in name() 122 { return this->version_; } in version() 126 { this->version_ = NULL; } in clear_version() 134 gold_assert(this->version_ != NULL); in is_default() 135 return this->is_def_; in is_default() 141 { this->is_def_ = true; } in set_is_default() 146 { this->is_def_ = false; } in set_is_not_default() 155 { return this->source_; } in source() 161 gold_assert(this->source_ == FROM_OBJECT); in object() 162 return this->u1_.object; in object() [all …]
|
| D | arm-reloc-property.h | 68 { return this->code_; } in code() 73 { return this->name_; } in name() 78 { return this->reloc_type_; } in reloc_type() 83 { return this->is_deprecated_; } in is_deprecated() 88 { return this->reloc_class_; } in reloc_class() 93 { return this->is_implemented_; } in is_implemented() 98 { return this->group_index_; } in group_index() 103 { return this->checks_overflow_; } in checks_overflow() 108 { return this->size_; } in size() 113 { return this->align_; } in align() [all …]
|
| D | nacl.h | 49 { return this->offset_; } in offset() 52 { return this->size_; } in size() 67 { return this->data_; } in data() 75 return View(this->file_, this->offset_ + file_offset, data_size); in view() 80 return this->view(loc.offset(), loc.size()); in view() 107 if (this->is_nacl_) in do_instantiate_target() 109 return this->base_selector::do_instantiate_target(); in do_instantiate_target() 116 this->is_nacl_ = file != NULL && this->recognize_nacl_file(file, offset); in do_recognize() 117 if (this->is_nacl_) in do_recognize() 118 return this->instantiate_target(); in do_recognize() [all …]
|
| D | target.h | 79 { return this->pti_->size; } in get_size() 84 { return this->pti_->is_big_endian; } in is_big_endian() 89 { return this->pti_->machine_code; } in machine_code() 94 { return this->processor_specific_flags_; } in processor_specific_flags() 99 { return this->are_processor_specific_flags_set_; } in are_processor_specific_flags_set() 104 { return this->pti_->has_make_symbol; } in has_make_symbol() 109 { return this->pti_->has_resolve; } in has_resolve() 114 { return this->pti_->has_code_fill; } in has_code_fill() 119 { return this->pti_->dynamic_linker; } in dynamic_linker() 129 uint64_t addr = this->pti_->default_text_segment_address; in default_text_segment_address() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | target-delegates.c | 384 this->beneath ()->post_attach (arg0); in post_attach() 395 target_debug_printf_nofunc ("-> %s->post_attach (...)", this->beneath ()->shortname ()); in post_attach() 396 this->beneath ()->post_attach (arg0); in post_attach() 398 this->beneath ()->shortname (), in post_attach() 405 this->beneath ()->detach (arg0, arg1); in detach() 416 target_debug_printf_nofunc ("-> %s->detach (...)", this->beneath ()->shortname ()); in detach() 417 this->beneath ()->detach (arg0, arg1); in detach() 419 this->beneath ()->shortname (), in detach() 427 this->beneath ()->disconnect (arg0, arg1); in disconnect() 439 target_debug_printf_nofunc ("-> %s->disconnect (...)", this->beneath ()->shortname ()); in disconnect() [all …]
|
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | ev_waits.c | 110 evWait *this, *prev; in evUnwait() local 114 this = id.opaque; in evUnwait() 115 INSIST(this != NULL); in evUnwait() 116 wl = evGetWaitList(ctx, this->tag, 0); in evUnwait() 118 for (prev = NULL, this = wl->first; in evUnwait() 119 this != NULL; in evUnwait() 120 prev = this, this = this->next) in evUnwait() 121 if (this == (evWait *)id.opaque) { in evUnwait() 124 prev->next = this->next; in evUnwait() 126 wl->first = this->next; in evUnwait() [all …]
|
| D | eventlib.c | 236 new->u.accept.this = HEAD(ctx->accepts); in evGetNext() 246 new->u.stream.this = ctx->strDone; in evGetNext() 258 new->u.wait.this = ctx->waitDone.first; in evGetNext() 398 new->u.timer.this = nextTimer; in evGetNext() 459 new->u.file.this = fid; in evGetNext() 495 evAccept *this = ev->u.accept.this; in evDispatch() local 499 this->conn->fd, this->fd, in evDispatch() 500 this->conn->func, this->conn->uap); in evDispatch() 501 errno = this->ioErrno; in evDispatch() 502 (this->conn->func)(opaqueCtx, this->conn->uap, this->fd, in evDispatch() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp_file.h | 123 { this->construct(file, ehdr); } in Elf_file() 132 { return this->shoff_; } in shoff() 143 this->initialize_shnum(); in shnum() 144 return this->shnum_; in shnum() 150 if (this->shnum_ == 0 && this->shoff_ != 0) in shnum() 151 this->file_->error(_("ELF file has not been initialized yet" in shnum() 153 return this->shnum_; in shnum() 160 this->initialize_shnum(); in shstrndx() 161 return this->shstrndx_; in shstrndx() 167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx() [all …]
|
| D | elfcpp.h | 1104 { return this->p_->e_ident; } 1108 { return this->p_->e_ident[EI_OSABI]; } 1112 { return this->p_->e_ident[EI_ABIVERSION]; } 1116 { return Convert<16, big_endian>::convert_host(this->p_->e_type); } 1120 { return Convert<16, big_endian>::convert_host(this->p_->e_machine); } 1124 { return Convert<32, big_endian>::convert_host(this->p_->e_version); } 1128 { return Convert<size, big_endian>::convert_host(this->p_->e_entry); } 1132 { return Convert<size, big_endian>::convert_host(this->p_->e_phoff); } 1136 { return Convert<size, big_endian>::convert_host(this->p_->e_shoff); } 1140 { return Convert<32, big_endian>::convert_host(this->p_->e_flags); } [all …]
|
| /netbsd/src/external/bsd/tre/dist/tests/agrep/ |
| D | exitstatus.ok | 1 #### 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/gdb/dist/gdb/mi/ |
| D | mi-interp.c | 77 display_mi_prompt (this); in on_command_error() 83 mi_interp *mi = this; in init() 119 struct mi_interp *mi = this; in resume() 228 display_mi_prompt (this); in on_sync_execution_done() 255 struct mi_interp *mi = this; in pre_command_loop() 271 gdb_printf (this->event_channel, "thread-created,id=\"%d\",group-id=\"i%d\"", in on_new_thread() 273 gdb_flush (this->event_channel); in on_new_thread() 283 gdb_printf (this->event_channel, "thread-exited,id=\"%d\",group-id=\"i%d\"", in on_thread_exited() 285 gdb_flush (this->event_channel); in on_thread_exited() 298 gdb_printf (this->event_channel, in on_record_changed() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| D | SampleLDAP.pm | 39 my $this = {}; 40 bless $this, $class; 43 return $this; 51 my $this = shift; 60 for my $dn ( keys %{$this} ) { 61 if ( $this->{$dn} =~ /$filterStr/imx ) { 71 push @match_entries, $this->{$dn}; 79 my $this = shift; 85 if ( $this->{$dn} =~ /$avaStr/im ) { 93 my $this = shift; [all …]
|
| /netbsd/src/sys/ufs/chfs/ |
| D | chfs_readinode.c | 324 struct chfs_tmp_dnode_info *this; in chfs_add_tmp_dnode_to_tree() local 330 this = (struct chfs_tmp_dnode_info *)node; in chfs_add_tmp_dnode_to_tree() 331 while (this->tmpnode->overlapped) { in chfs_add_tmp_dnode_to_tree() 334 this->tmpnode->overlapped = 0; in chfs_add_tmp_dnode_to_tree() 338 this = (struct chfs_tmp_dnode_info *)node; in chfs_add_tmp_dnode_to_tree() 343 this = (struct chfs_tmp_dnode_info *)node; in chfs_add_tmp_dnode_to_tree() 344 if (this->tmpnode->node->ofs > end_ofs) in chfs_add_tmp_dnode_to_tree() 347 struct chfs_tmp_dnode *tmp_td = this->tmpnode; in chfs_add_tmp_dnode_to_tree() 356 chfs_remove_tmp_dnode_from_tdi(this, tmp_td); in chfs_add_tmp_dnode_to_tree() 358 chfs_add_tmp_dnode_to_tdi(this, newtd); in chfs_add_tmp_dnode_to_tree() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | profile-count.h | 268 profile_probability ret = *this; in class() 270 return *this; in class() 294 gcc_checking_assert (from_reg_br_prob_note (ret) == *this); in class() 326 return *this; in class() 327 if (*this == never ()) in class() 341 return *this; in class() 342 if (*this == never ()) in class() 344 *this = other; in class() 345 return *this; in class() 348 return *this = uninitialized (); in class() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | safe_iterator.h | 166 _GLIBCXX_DEBUG_VERIFY(!this->_M_singular(), in _Safe_iterator() 168 ._M_iterator(*this, "this")); in _Safe_iterator() 182 ._M_iterator(*this, "this") in _Safe_iterator() 198 ._M_iterator(*this, "this") in _Safe_iterator() 225 ._M_iterator(*this, "this") in _Safe_iterator() 241 ._M_iterator(*this, "this") 244 if (this->_M_sequence && this->_M_sequence == __x._M_sequence) 246 __gnu_cxx::__scoped_lock __l(this->_M_get_mutex()); 257 return *this; 271 ._M_iterator(*this, "this") [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | sighandle.c | 198 struct SIG_hlist *this; in SIG_handle() local 206 this = SIG_handlers[sig]; in SIG_handle() 207 while (this != (struct SIG_hlist *) NULL) in SIG_handle() 209 (*this->handler)(sig); in SIG_handle() 210 this = this->next; in SIG_handle() 228 struct SIG_hlist *this; in SIG_register() local 256 this = SIG_handlers[sig]; in SIG_register() 257 while (this != (struct SIG_hlist *) NULL) in SIG_register() 259 if (this->handler == fn) break; in SIG_register() 260 this = this->next; in SIG_register() [all …]
|
| /netbsd/src/external/bsd/libbind/dist/irs/ |
| D | lcl_ho.c | 129 static void ho_close(struct irs_ho *this); 130 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 131 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 133 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 135 static struct hostent * ho_next(struct irs_ho *this); 136 static void ho_rewind(struct irs_ho *this); 137 static void ho_minimize(struct irs_ho *this); 138 static struct __res_state * ho_res_get(struct irs_ho *this); 139 static void ho_res_set(struct irs_ho *this, 142 static struct addrinfo * ho_addrinfo(struct irs_ho *this, const char *name, [all …]
|
| D | gen_ho.c | 60 static void ho_close(struct irs_ho *this); 61 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 62 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 64 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 66 static struct hostent * ho_next(struct irs_ho *this); 67 static void ho_rewind(struct irs_ho *this); 68 static void ho_minimize(struct irs_ho *this); 69 static struct __res_state * ho_res_get(struct irs_ho *this); 70 static void ho_res_set(struct irs_ho *this, 73 static struct addrinfo * ho_addrinfo(struct irs_ho *this, const char *name, [all …]
|
| D | nis_ho.c | 101 static void ho_close(struct irs_ho *this); 102 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 103 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 105 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 107 static struct hostent * ho_next(struct irs_ho *this); 108 static void ho_rewind(struct irs_ho *this); 109 static void ho_minimize(struct irs_ho *this); 110 static struct __res_state * ho_res_get(struct irs_ho *this); 111 static void ho_res_set(struct irs_ho *this, 114 static struct addrinfo * ho_addrinfo(struct irs_ho *this, const char *name, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | cow_string.h | 214 return __atomic_load_n(&this->_M_refcount, __ATOMIC_RELAXED) < 0; in _GLIBCXX_VISIBILITY() 216 return this->_M_refcount < 0; in _GLIBCXX_VISIBILITY() 230 return __atomic_load_n(&this->_M_refcount, __ATOMIC_ACQUIRE) > 0; in _GLIBCXX_VISIBILITY() 232 return this->_M_refcount > 0; in _GLIBCXX_VISIBILITY() 237 { this->_M_refcount = -1; } in _GLIBCXX_VISIBILITY() 241 { this->_M_refcount = 0; } in _GLIBCXX_VISIBILITY() 247 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY() 250 this->_M_set_sharable(); // One reference. in _GLIBCXX_VISIBILITY() 251 this->_M_length = __n; in _GLIBCXX_VISIBILITY() 252 traits_type::assign(this->_M_refdata()[__n], _S_terminal); in _GLIBCXX_VISIBILITY() [all …]
|