Home | History | Annotate | Download | only in gold

Lines Matching refs:ranges_reloc_mapper_

351   if (this->ranges_reloc_mapper_ != NULL)
353 delete this->ranges_reloc_mapper_;
354 this->ranges_reloc_mapper_ = NULL;
376 this->ranges_reloc_mapper_ = make_elf_reloc_mapper(object, symtab,
378 this->ranges_reloc_mapper_->initialize(reloc_shndx, reloc_type);
434 if (this->ranges_reloc_mapper_ != NULL)
471 this->ranges_reloc_mapper_->get_reloc_target(off, &value);