Searched refs:sec_off (Results 1 – 2 of 2) sorted by relevance
728 off_t sec_off; in read_attributes() local730 sec_off = this->dwinfo_->read_from_pointer<32>(&pattr); in read_attributes()732 sec_off = this->dwinfo_->read_from_pointer<64>(&pattr); in read_attributes()734 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()736 attr_value.val.refval = sec_off; in read_attributes()743 off_t sec_off; in read_attributes() local745 sec_off = this->dwinfo_->read_from_pointer<32>(&pattr); in read_attributes()747 sec_off = this->dwinfo_->read_from_pointer<64>(&pattr); in read_attributes()749 this->dwinfo_->lookup_reloc(attr_off, &sec_off); in read_attributes()751 attr_value.val.refval = sec_off; in read_attributes()[all …]
6764 Address sec_off; in symval_for_branch() local6765 *dest_shndx = symobj->get_opd_ent(*value - opd_addr, &sec_off); in symval_for_branch()6778 *value = sec_addr + sec_off; in symval_for_branch()