Home | History | Annotate | Download | only in gold

Lines Matching full:indx

287 	unsigned int indx = this->stub_table_index_[shndx];
288 gold_assert(indx < target->stub_tables().size());
289 return target->stub_tables()[indx];
4611 uint32_t indx = 0;
4616 if (indx < 0x8000)
4618 write_insn<big_endian>(p, li_0_0 + indx), p += 4;
4622 write_insn<big_endian>(p, lis_0_0 + hi(indx)), p += 4;
4623 write_insn<big_endian>(p, ori_0_0_0 + l(indx)), p += 4;
4628 indx++;