Home
last modified time | relevance | path

Searched refs:reloc_mapper_ (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/gold/
H A Ddwarf_reader.h464 Elf_reloc_mapper* reloc_mapper_; variable
704 reloc_mapper_(NULL), string_buffer_(NULL), string_buffer_end_(NULL), in Dwarf_info_reader()
711 if (this->reloc_mapper_ != NULL) in ~Dwarf_info_reader()
712 delete this->reloc_mapper_; in ~Dwarf_info_reader()
837 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint()
842 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs()
912 Elf_reloc_mapper* reloc_mapper_; variable
1093 Sized_elf_reloc_mapper<size, big_endian>* reloc_mapper_; variable
H A Ddwarf_reader.cc546 this->reloc_mapper_ = make_elf_reloc_mapper(object, symtab, symtab_size); in read_section()
547 this->reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_section()
595 this->reloc_mapper_->get_reloc_target(pinfo - this->buffer_, in read_header()
1273 this->reloc_mapper_ = make_elf_reloc_mapper(this->object_, this->symtab_, in do_parse()
1275 this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_); in do_parse()
1326 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse()
1471 unsigned int shndx = this->reloc_mapper_->get_reloc_target(attr_off, &value); in lookup_reloc()
1564 reloc_mapper_(NULL), symtab_buffer_(NULL), directories_(), files_(), in Sized_dwarf_line_info()
1620 this->reloc_mapper_ = in Sized_dwarf_line_info()
1624 if (!this->reloc_mapper_->initialize(reloc_shndx, this->track_relocs_type_)) in Sized_dwarf_line_info()
[all …]
/dflybsd-src/contrib/binutils-2.27/gold/
H A Ddwarf_reader.h464 Elf_reloc_mapper* reloc_mapper_; variable
704 reloc_mapper_(NULL), string_buffer_(NULL), string_buffer_end_(NULL), in Dwarf_info_reader()
711 if (this->reloc_mapper_ != NULL) in ~Dwarf_info_reader()
712 delete this->reloc_mapper_; in ~Dwarf_info_reader()
830 { return this->reloc_mapper_->checkpoint(); } in get_reloc_checkpoint()
835 { this->reloc_mapper_->reset(checkpoint); } in reset_relocs()
905 Elf_reloc_mapper* reloc_mapper_; variable
1086 Sized_elf_reloc_mapper<size, big_endian>* reloc_mapper_; variable
H A Ddwarf_reader.cc546 this->reloc_mapper_ = make_elf_reloc_mapper(object, symtab, symtab_size); in read_section()
547 this->reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_section()
595 this->reloc_mapper_->get_reloc_target(pinfo - this->buffer_, in read_header()
1258 this->reloc_mapper_ = make_elf_reloc_mapper(this->object_, this->symtab_, in do_parse()
1260 this->reloc_mapper_->initialize(this->reloc_shndx_, this->reloc_type_); in do_parse()
1311 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse()
1456 unsigned int shndx = this->reloc_mapper_->get_reloc_target(attr_off, &value); in lookup_reloc()
1549 reloc_mapper_(NULL), symtab_buffer_(NULL), directories_(), files_(), in Sized_dwarf_line_info()
1605 this->reloc_mapper_ = in Sized_dwarf_line_info()
1609 if (!this->reloc_mapper_->initialize(reloc_shndx, this->track_relocs_type_)) in Sized_dwarf_line_info()
[all …]