Searched refs:ranges_reloc_mapper_ (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | dwarf_reader.h | 342 ranges_reloc_mapper_(NULL), reloc_type_(0), output_section_offset_(0) in Dwarf_ranges_table() 349 if (this->ranges_reloc_mapper_ != NULL) in ~Dwarf_ranges_table() 350 delete this->ranges_reloc_mapper_; in ~Dwarf_ranges_table() 395 Elf_reloc_mapper* ranges_reloc_mapper_; variable
|
H A D | dwarf_reader.cc | 367 if (this->ranges_reloc_mapper_ != NULL) in read_ranges_table() 369 delete this->ranges_reloc_mapper_; in read_ranges_table() 370 this->ranges_reloc_mapper_ = NULL; in read_ranges_table() 392 this->ranges_reloc_mapper_ = make_elf_reloc_mapper(object, symtab, in read_ranges_table() 394 this->ranges_reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_ranges_table() 450 if (this->ranges_reloc_mapper_ != NULL) in read_range_list() 528 if (this->ranges_reloc_mapper_ != NULL) in read_range_list_v5() 556 if (this->ranges_reloc_mapper_ != NULL) in read_range_list_v5() 576 if (this->ranges_reloc_mapper_ != NULL) in read_range_list_v5() 606 this->ranges_reloc_mapper_->get_reloc_target(off, &value); in lookup_reloc()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | dwarf_reader.h | 342 ranges_reloc_mapper_(NULL), reloc_type_(0), output_section_offset_(0) in Dwarf_ranges_table() 349 if (this->ranges_reloc_mapper_ != NULL) in ~Dwarf_ranges_table() 350 delete this->ranges_reloc_mapper_; in ~Dwarf_ranges_table() 395 Elf_reloc_mapper* ranges_reloc_mapper_; variable
|
H A D | dwarf_reader.cc | 367 if (this->ranges_reloc_mapper_ != NULL) in read_ranges_table() 369 delete this->ranges_reloc_mapper_; in read_ranges_table() 370 this->ranges_reloc_mapper_ = NULL; in read_ranges_table() 392 this->ranges_reloc_mapper_ = make_elf_reloc_mapper(object, symtab, in read_ranges_table() 394 this->ranges_reloc_mapper_->initialize(reloc_shndx, reloc_type); in read_ranges_table() 450 if (this->ranges_reloc_mapper_ != NULL) in read_range_list() 528 if (this->ranges_reloc_mapper_ != NULL) in read_range_list_v5() 556 if (this->ranges_reloc_mapper_ != NULL) in read_range_list_v5() 576 if (this->ranges_reloc_mapper_ != NULL) in read_range_list_v5() 606 this->ranges_reloc_mapper_->get_reloc_target(off, &value); in lookup_reloc()
|