Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc728 off_t sec_off; in read_attributes() local
730 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() local
745 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 …]
Dpowerpc.cc6764 Address sec_off; in symval_for_branch() local
6765 *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()