Searched refs:reloc_mapper_ (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | dwarf_reader.h | 475 Elf_reloc_mapper* reloc_mapper_; variable 717 reloc_mapper_(NULL), string_buffer_(NULL), string_buffer_end_(NULL), in Dwarf_info_reader() 729 if (this->reloc_mapper_ != NULL) in ~Dwarf_info_reader() 730 delete this->reloc_mapper_; in ~Dwarf_info_reader() 873 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint() 878 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs() 948 Elf_reloc_mapper* reloc_mapper_; variable 1150 Sized_elf_reloc_mapper<size, big_endian>* reloc_mapper_; variable
|
H A D | dwarf_reader.cc | 682 this->reloc_mapper_ = make_elf_reloc_mapper(object, symtab, symtab_size); in read_section() 683 this->reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_section() 731 this->reloc_mapper_->get_reloc_target(pinfo - this->buffer_, in read_header() 1489 this->reloc_mapper_ = make_elf_reloc_mapper(this->object_, this->symtab_, in do_parse() 1491 this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_); in do_parse() 1549 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse() 1708 unsigned int shndx = this->reloc_mapper_->get_reloc_target(attr_off, &value); in lookup_reloc() 1802 reloc_mapper_(NULL), symtab_buffer_(NULL), directories_(), files_(), in Sized_dwarf_line_info() 1870 this->reloc_mapper_ = in Sized_dwarf_line_info() 1874 if (!this->reloc_mapper_->initialize(reloc_shndx, this->track_relocs_type_)) in Sized_dwarf_line_info() [all …]
|
H A D | ChangeLog-0815 | 3143 reloc_mapper_ and reloc_type_.
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | dwarf_reader.h | 475 Elf_reloc_mapper* reloc_mapper_; variable 717 reloc_mapper_(NULL), string_buffer_(NULL), string_buffer_end_(NULL), in Dwarf_info_reader() 729 if (this->reloc_mapper_ != NULL) in ~Dwarf_info_reader() 730 delete this->reloc_mapper_; in ~Dwarf_info_reader() 873 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint() 878 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs() 948 Elf_reloc_mapper* reloc_mapper_; variable 1150 Sized_elf_reloc_mapper<size, big_endian>* reloc_mapper_; variable
|
H A D | dwarf_reader.cc | 682 this->reloc_mapper_ = make_elf_reloc_mapper(object, symtab, symtab_size); in read_section() 683 this->reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_section() 731 this->reloc_mapper_->get_reloc_target(pinfo - this->buffer_, in read_header() 1489 this->reloc_mapper_ = make_elf_reloc_mapper(this->object_, this->symtab_, in do_parse() 1491 this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_); in do_parse() 1549 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse() 1708 unsigned int shndx = this->reloc_mapper_->get_reloc_target(attr_off, &value); in lookup_reloc() 1802 reloc_mapper_(NULL), symtab_buffer_(NULL), directories_(), files_(), in Sized_dwarf_line_info() 1870 this->reloc_mapper_ = in Sized_dwarf_line_info() 1874 if (!this->reloc_mapper_->initialize(reloc_shndx, this->track_relocs_type_)) in Sized_dwarf_line_info() [all …]
|
H A D | ChangeLog-0815 | 3143 reloc_mapper_ and reloc_type_.
|