HomeSort by relevance Sort by last modified time
    Searched refs:ranges_reloc_mapper_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 341 ranges_reloc_mapper_(NULL), reloc_type_(0), output_section_offset_(0)
348 if (this->ranges_reloc_mapper_ != NULL)
349 delete this->ranges_reloc_mapper_;
384 Elf_reloc_mapper* ranges_reloc_mapper_; member in class:gold::Dwarf_ranges_table
    [all...]
dwarf_reader.cc 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);
    [all...]

Completed in 377 milliseconds