Lines Matching full:indx
2842 if (h->root.indx == -2)
3246 int indx = 0;
3252 indx = h->dynindx;
3254 if ((info->shared || indx != 0)
3266 return indx != 0 ? 2 : 1;
3306 unsigned long indx,
3314 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type);
3340 int indx;
3351 indx = 0;
3358 indx = h->root.dynindx;
3364 if ((info->shared || indx != 0)
3373 BFD_ASSERT (value != MINUS_ONE || (indx != 0 && need_relocs)
3389 (abfd, sreloc, sreloc->reloc_count++, indx,
3393 if (indx)
3395 (abfd, sreloc, sreloc->reloc_count++, indx,
3415 if (indx == 0)
3423 (abfd, sreloc, sreloc->reloc_count++, indx,
3444 (abfd, sreloc, sreloc->reloc_count++, indx,
6375 long indx;
6418 indx = h->root.dynindx;
6431 indx = 0;
6439 indx = elf_section_data (sec->output_section)->dynindx;
6440 if (indx == 0)
6443 indx = elf_section_data (osec)->dynindx;
6445 if (indx == 0)
6465 indx = 0;
6478 outrel[0].r_info = ELF32_R_INFO (indx, R_MIPS_32);
6482 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
11107 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32);
11114 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16);
11121 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16);
11327 rela.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16);
11335 rela.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16);
11347 rel.r_info = ELF32_R_INFO (htab->root.hplt->indx, R_MIPS_32);
11352 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_HI16);
11357 rel.r_info = ELF32_R_INFO (htab->root.hgot->indx, R_MIPS_LO16);
13283 unsigned long indx;
13285 for (indx = 0; insn[indx].mask != 0; indx++)
13286 if (MATCH (opcode, insn[indx]))
13287 return indx;
13534 unsigned long indx;
13538 indx = r_symndx - symtab_hdr->sh_info;
13539 h = elf_sym_hashes (abfd)[indx];