Lines Matching refs:symndx

402   Mips_got_entry(Mips_relobj<size, big_endian>* object, unsigned int symndx,  in Mips_got_entry()  argument
405 : object_(object), symndx_(symndx), tls_type_(tls_type), shndx_(shndx) in Mips_got_entry()
467 symndx() const in symndx() function in __anona7e08b770111::Mips_got_entry
578 : object(NULL), symndx(-1U), ranges(NULL), num_pages(0) in Got_page_entry()
582 : object(object_), symndx(symndx_), ranges(NULL), num_pages(0) in Got_page_entry()
588 unsigned int symndx; member
601 { return reinterpret_cast<uintptr_t>(entry->object) + entry->symndx; } in operator ()()
611 return entry1->object == entry2->object && entry1->symndx == entry2->symndx; in operator ()()
647 unsigned int symndx, Mips_address addend,
668 unsigned int symndx, int addend);
1609 add_local_non_16bit_call(unsigned int symndx) in add_local_non_16bit_call() argument
1610 { this->local_non_16bit_calls_.insert(symndx); } in add_local_non_16bit_call()
1615 has_local_non_16bit_call_relocs(unsigned int symndx) in has_local_non_16bit_call_relocs() argument
1617 return (this->local_non_16bit_calls_.find(symndx) in has_local_non_16bit_call_relocs()
1625 add_local_16bit_call(unsigned int symndx) in add_local_16bit_call() argument
1626 { this->local_16bit_calls_.insert(symndx); } in add_local_16bit_call()
1631 has_local_16bit_call_relocs(unsigned int symndx) in has_local_16bit_call_relocs() argument
1633 return (this->local_16bit_calls_.find(symndx) in has_local_16bit_call_relocs()
1863 unsigned int symndx, Mips_address addend, in record_local_got_symbol() argument
1866 this->master_got_info_->record_local_got_symbol(object, symndx, addend, in record_local_got_symbol()
1887 unsigned int symndx, int addend) in record_got_page_entry() argument
1888 { this->master_got_info_->record_got_page_entry(object, symndx, addend); } in record_got_page_entry()
2004 got_offset(unsigned int symndx, unsigned int got_type, in got_offset() argument
2006 { return object->local_got_offset(symndx, got_type); } in got_offset()
4749 Mips_relobj<size, big_endian>* object, unsigned int symndx, in record_local_got_symbol() argument
4753 new Mips_got_entry<size, big_endian>(object, symndx, addend, in record_local_got_symbol()
4834 Mips_relobj<size, big_endian>* object, unsigned int symndx, int addend) in record_got_page_entry() argument
4840 Got_page_entry* entry = new Got_page_entry(object, symndx); in record_got_page_entry()
4934 got->add_local(entry->object(), entry->symndx(), in add_local_entries()
4937 entry->symndx(), GOT_TYPE_STANDARD); in add_local_entries()
4941 entry->symndx(), elfcpp::R_MIPS_REL32, got, got_offset); in add_local_entries()
5136 got->add_local_pair_with_rel(entry->object(), entry->symndx(), in add_tls_entries()
5141 entry->object()->local_got_offset(entry->symndx(), got_type); in add_tls_entries()
5143 entry->object(), entry->symndx()); in add_tls_entries()
5150 entry->object()->set_local_got_offset(entry->symndx(), got_type, in add_tls_entries()
5154 entry->object(), entry->symndx()); in add_tls_entries()
5163 got->add_local_with_rel(entry->object(), entry->symndx(), got_type, in add_tls_entries()
5167 got->add_local(entry->object(), entry->symndx(), got_type); in add_tls_entries()
5169 entry->object()->local_got_offset(entry->symndx(), got_type); in add_tls_entries()
5171 entry->symndx()); in add_tls_entries()