Home | History | Annotate | Download | only in gold

Lines Matching refs:str_off

715 	      off_t str_off;
717 str_off = this->dwinfo_->read_from_pointer<32>(&pattr);
719 str_off = this->dwinfo_->read_from_pointer<64>(&pattr);
721 this->dwinfo_->lookup_reloc(attr_off, &str_off);
723 attr_value.val.refval = str_off;
1470 Dwarf_info_reader::get_string(off_t str_off, unsigned int string_shndx)
1478 str_off -= this->string_output_section_offset_;
1480 const char* p = this->string_buffer_ + str_off;