| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | dwarf_reader.h | 78 checkpoint() const in checkpoint() function 83 reset(uint64_t checkpoint) in reset() argument 84 { this->do_reset(checkpoint); } in reset() 107 do_reset(uint64_t checkpoint) = 0; 140 { return this->track_relocs_.checkpoint(); } in do_checkpoint() 144 do_reset(uint64_t checkpoint) in do_reset() argument 145 { this->track_relocs_.reset(checkpoint); } in do_reset() 830 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint() 834 reset_relocs(uint64_t checkpoint) in reset_relocs() argument 835 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs()
|
| HD | output.cc | 3954 Checkpoint_output_section* checkpoint = in save_states() local 3959 this->checkpoint_ = checkpoint; in save_states() 3980 Checkpoint_output_section* checkpoint = this->checkpoint_; in restore_states() local 3982 this->addralign_ = checkpoint->addralign(); in restore_states() 3983 this->flags_ = checkpoint->flags(); in restore_states() 3984 this->first_input_offset_ = checkpoint->first_input_offset(); in restore_states() 3986 if (!checkpoint->input_sections_saved()) in restore_states() 3989 size_t old_size = checkpoint->input_sections_size(); in restore_states() 3999 this->input_sections_ = *checkpoint->input_sections(); in restore_states() 4003 checkpoint->attached_input_sections_are_sorted(); in restore_states()
|
| HD | reloc.h | 1180 checkpoint() const in checkpoint() function 1185 reset(section_size_type checkpoint) in reset() argument 1186 { this->pos_ = checkpoint; } in reset()
|
| HD | gdb-index.cc | 657 uint64_t checkpoint = this->get_reloc_checkpoint(); in guess_full_class_name() local 683 this->reset_relocs(checkpoint); in guess_full_class_name()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | dwarf_reader.h | 78 checkpoint() const in checkpoint() function 83 reset(uint64_t checkpoint) in reset() argument 84 { this->do_reset(checkpoint); } in reset() 107 do_reset(uint64_t checkpoint) = 0; 140 { return this->track_relocs_.checkpoint(); } in do_checkpoint() 144 do_reset(uint64_t checkpoint) in do_reset() argument 145 { this->track_relocs_.reset(checkpoint); } in do_reset() 837 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint() 841 reset_relocs(uint64_t checkpoint) in reset_relocs() argument 842 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs()
|
| HD | output.cc | 3972 Checkpoint_output_section* checkpoint = in save_states() local 3977 this->checkpoint_ = checkpoint; in save_states() 3998 Checkpoint_output_section* checkpoint = this->checkpoint_; in restore_states() local 4000 this->addralign_ = checkpoint->addralign(); in restore_states() 4001 this->flags_ = checkpoint->flags(); in restore_states() 4002 this->first_input_offset_ = checkpoint->first_input_offset(); in restore_states() 4004 if (!checkpoint->input_sections_saved()) in restore_states() 4007 size_t old_size = checkpoint->input_sections_size(); in restore_states() 4017 this->input_sections_ = *checkpoint->input_sections(); in restore_states() 4021 checkpoint->attached_input_sections_are_sorted(); in restore_states()
|
| HD | reloc.h | 1180 checkpoint() const in checkpoint() function 1185 reset(section_size_type checkpoint) in reset() argument 1186 { this->pos_ = checkpoint; } in reset()
|
| HD | gdb-index.cc | 657 uint64_t checkpoint = this->get_reloc_checkpoint(); in guess_full_class_name() local 683 this->reset_relocs(checkpoint); in guess_full_class_name()
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | blcr | 1 # Berkeley Lab Checkpoint Restart (BLCR) checkpoint context files 2 # https://ftg.lbl.gov/checkpoint
|
| HD | convex | 59 0 belong 0607 Convex SOFF checkpoint
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_write_add_filter_compress.c | 91 int64_t in_count, out_count, checkpoint; member 191 state->checkpoint = CHECK_GAP; in archive_compressor_compress_open() 389 if (state->in_count < state->checkpoint) in archive_compressor_compress_write() 392 state->checkpoint = state->in_count + CHECK_GAP; in archive_compressor_compress_write()
|
| /dragonfly/usr.bin/compress/ |
| HD | zopen.c | 153 #define checkpoint zs->zs_checkpoint macro 265 checkpoint = CHECK_GAP; in zwrite() 311 checkpoint && block_compress) { in zwrite() 623 checkpoint = in_count + CHECK_GAP; in cl_block() 699 checkpoint = CHECK_GAP; in zopen()
|
| /dragonfly/usr.bin/checkpt/ |
| HD | Makefile | 5 MLINKS= checkpt.1 checkpoint.1
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | d-demangle.c | 1372 int checkpoint = 0; in dlang_parse_symbol() local 1385 checkpoint = string_length (decl); in dlang_parse_symbol() 1406 if (mangled == NULL && checkpoint != 0) in dlang_parse_symbol() 1409 string_setlength (decl, checkpoint); in dlang_parse_symbol()
|
| HD | cp-demangle.c | 2421 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local 2423 d_checkpoint (di, &checkpoint); in cplus_demangle_type() 2433 d_backtrack (di, &checkpoint); in cplus_demangle_type() 3770 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument 3772 checkpoint->n = di->n; in d_checkpoint() 3773 checkpoint->next_comp = di->next_comp; in d_checkpoint() 3774 checkpoint->next_sub = di->next_sub; in d_checkpoint() 3775 checkpoint->did_subs = di->did_subs; in d_checkpoint() 3776 checkpoint->expansion = di->expansion; in d_checkpoint() 3780 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument [all …]
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | cp-demangle.c | 2527 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local 2529 d_checkpoint (di, &checkpoint); in cplus_demangle_type() 2539 d_backtrack (di, &checkpoint); in cplus_demangle_type() 3985 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument 3987 checkpoint->n = di->n; in d_checkpoint() 3988 checkpoint->next_comp = di->next_comp; in d_checkpoint() 3989 checkpoint->next_sub = di->next_sub; in d_checkpoint() 3990 checkpoint->expansion = di->expansion; in d_checkpoint() 3994 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument 3996 di->n = checkpoint->n; in d_backtrack() [all …]
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | cp-demangle.c | 2506 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local 2508 d_checkpoint (di, &checkpoint); in cplus_demangle_type() 2518 d_backtrack (di, &checkpoint); in cplus_demangle_type() 3934 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument 3936 checkpoint->n = di->n; in d_checkpoint() 3937 checkpoint->next_comp = di->next_comp; in d_checkpoint() 3938 checkpoint->next_sub = di->next_sub; in d_checkpoint() 3939 checkpoint->expansion = di->expansion; in d_checkpoint() 3943 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument 3945 di->n = checkpoint->n; in d_backtrack() [all …]
|
| /dragonfly/crypto/openssh/ |
| HD | ssh-keygen.c | 3023 char *checkpoint = NULL; in do_moduli_screen() local 3038 free(checkpoint); in do_moduli_screen() 3039 checkpoint = xstrdup(opts[i]+11); in do_moduli_screen() 3074 generator_wanted, checkpoint, in do_moduli_screen() 3079 free(checkpoint); in do_moduli_screen()
|
| /dragonfly/games/larn/ |
| HD | Fixed.Bugs | 28 fault would occur at its first attempt to do a checkpoint. This was due
|
| /dragonfly/contrib/tcp_wrappers/ |
| HD | CHANGES | 75 refuses to checkpoint processes with open network ports.
|
| /dragonfly/contrib/tcsh-6/ |
| HD | complete.tcsh | 1032 block-size read-full-blocks directory checkpoint file \
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes | 44189 System checkpoint complete.
|