Home | History | Annotate | Download | only in gold

Lines Matching refs:got_size

2268 // needed.  The GOT_SIZE template parameter is the size in bits of a
2293 template<int got_size, bool big_endian>
2297 typedef typename elfcpp::Elf_types<got_size>::Elf_Addr Valtype;
2300 : Output_data_got_base(Output_data::default_alignment_for_size(got_size)),
2306 Output_data::default_alignment_for_size(got_size)),
2311 this->entries_.resize(data_size / (got_size / 8));
2430 { this->free_list_.remove(i * got_size / 8, (i + 1) * got_size / 8); }
2440 { return i * (got_size / 8); }