Lines Matching refs:info_

1840     : info_(info)  in Local_got_offset_visitor()
1847 gold_assert(got_index < this->info_.got_count); in visit()
1852 this->info_.got_type_p[got_index] = got_type | 0x80; in visit()
1853 unsigned char* pov = this->info_.got_desc_p + got_index * 8; in visit()
1854 elfcpp::Swap<32, big_endian>::writeval(pov, this->info_.sym_index); in visit()
1855 elfcpp::Swap<32, big_endian>::writeval(pov + 4, this->info_.input_index); in visit()
1860 struct Got_plt_view_info& info_; member in gold::Local_got_offset_visitor
1872 : info_(info) in Global_got_offset_visitor()
1879 gold_assert(got_index < this->info_.got_count); in visit()
1884 this->info_.got_type_p[got_index] = got_type; in visit()
1885 unsigned char* pov = this->info_.got_desc_p + got_index * 8; in visit()
1886 elfcpp::Swap<32, big_endian>::writeval(pov, this->info_.sym_index); in visit()
1892 struct Got_plt_view_info& info_; member in gold::Global_got_offset_visitor
1904 : info_(info) in Global_symbol_visitor_got_plt()
1914 this->info_.sym_index = sym->symtab_index(); in operator ()()
1915 this->info_.input_index = 0; in operator ()()
1916 Got_visitor v(this->info_); in operator ()()
1922 ((sym->plt_offset() - this->info_.first_plt_entry_offset) in operator ()()
1923 / this->info_.plt_entry_size); in operator ()()
1924 gold_assert(plt_index < this->info_.plt_count); in operator ()()
1925 unsigned char* pov = this->info_.plt_desc_p + plt_index * 4; in operator ()()
1931 struct Got_plt_view_info& info_; member in gold::Global_symbol_visitor_got_plt