Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.h78 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()
Dreloc.h877 checkpoint() const in checkpoint() function
882 reset(section_size_type checkpoint) in reset() argument
883 { this->pos_ = checkpoint; } in reset()
Doutput.cc3912 Checkpoint_output_section* checkpoint = in save_states() local
3917 this->checkpoint_ = checkpoint; in save_states()
3938 Checkpoint_output_section* checkpoint = this->checkpoint_; in restore_states() local
3940 this->addralign_ = checkpoint->addralign(); in restore_states()
3941 this->flags_ = checkpoint->flags(); in restore_states()
3942 this->first_input_offset_ = checkpoint->first_input_offset(); in restore_states()
3944 if (!checkpoint->input_sections_saved()) in restore_states()
3947 size_t old_size = checkpoint->input_sections_size(); in restore_states()
3957 this->input_sections_ = *checkpoint->input_sections(); in restore_states()
3961 checkpoint->attached_input_sections_are_sorted(); in restore_states()
Dgdb-index.cc657 uint64_t checkpoint = this->get_reloc_checkpoint(); in guess_full_class_name() local
683 this->reset_relocs(checkpoint); in guess_full_class_name()
DChangeLog4069 * reloc.h (Track_relocs::checkpoint): New function.
12273 (Output_section::restore_states): Adjust type of checkpoint .
12712 (Output_section::~Output_section): Delete checkpoint object pointed
/toolchain/binutils/binutils-2.25/libiberty/
Dcp-demangle.c2390 struct d_info_checkpoint checkpoint; in cplus_demangle_type() local
2392 d_checkpoint (di, &checkpoint); in cplus_demangle_type()
2402 d_backtrack (di, &checkpoint); in cplus_demangle_type()
3723 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_checkpoint() argument
3725 checkpoint->n = di->n; in d_checkpoint()
3726 checkpoint->next_comp = di->next_comp; in d_checkpoint()
3727 checkpoint->next_sub = di->next_sub; in d_checkpoint()
3728 checkpoint->did_subs = di->did_subs; in d_checkpoint()
3729 checkpoint->expansion = di->expansion; in d_checkpoint()
3733 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint) in d_backtrack() argument
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
DChangeLog-91032835 * h8300.h: checkpoint, includes H8/300-H opcodes.
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-92973715 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-91934823 * coff-z8k.c: checkpoint, more addressing modes handled
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-929512160 * config/*z8k*: checkpoint