Lines Matching refs:reloc_mapper_
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()
2457 while ((reloc_offset = this->reloc_mapper_->next_offset()) != -1) in read_relocs()
2460 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in read_relocs()
2467 this->reloc_mapper_->advance(reloc_offset + 1); in read_relocs()