Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc1980 this->master_got_info_ = new Mips_got_info<size, big_endian>(); in Mips_output_data_got()
1992 this->master_got_info_->record_local_got_symbol(object, symndx, addend, in record_local_got_symbol()
2006 this->master_got_info_->record_global_got_symbol(mips_sym, object, r_type, in record_global_got_symbol()
2015 { this->master_got_info_->record_got_page_entry(object, symndx, addend); } in record_got_page_entry()
2061 return (2 + this->master_got_info_->local_gotno() in get_local_gotno()
2062 + this->master_got_info_->page_gotno()); in get_local_gotno()
2107 ? this->master_got_info_ in get_got_page_offset()
2141 ? this->master_got_info_ in tls_ldm_offset()
2153 ? this->master_got_info_ in set_tls_ldm_offset()
2180 { this->master_got_info_->add_reloc_only_entries(this); } in add_reloc_only_entries()
[all …]