Lines Matching full:indx
970 int indx, dindx;
975 indx = elf_section_data (s)->this_idx;
979 BFD_ASSERT(indx > 0);
985 sym.st_shndx = indx;
1244 long indx;
1247 indx = 0;
1263 indx = elf_section_data (osec)->dynindx;
1264 if (indx == 0)
1269 indx = elf_section_data (osec)->dynindx;
1271 BFD_ASSERT (indx != 0);
1273 if (indx <= 0)
1275 printf ("indx=%ld section=%s flags=%08x name=%s\n",
1276 indx, osec->name, osec->flags,
1282 outrel.r_info = ELF32_R_INFO (indx, r_type);