Home
last modified time | relevance | path

Searched refs:attr_off (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc702 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()
[all …]
Ddwarf_reader.h494 unsigned int attr_off; member
751 lookup_reloc(off_t attr_off, off_t* target_off);