Lines Matching refs:attr_off
702 off_t attr_off = this->die_offset_ + (pattr - pdie); in read_attributes() local
721 this->dwinfo_->lookup_reloc(attr_off, &str_off); in read_attributes()
734 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()
749 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()
800 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()
810 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()
821 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()
835 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()
1453 Dwarf_info_reader::lookup_reloc(off_t attr_off, off_t* target_off) in lookup_reloc() argument
1456 attr_off += this->cu_offset_; in lookup_reloc()
1457 unsigned int shndx = this->reloc_mapper_->get_reloc_target(attr_off, &value); in lookup_reloc()