Searched refs:sindx (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-s390.c2616 long sindx; local
2619 sindx = 0;
2630 sindx = elf_section_data (osec)->dynindx;
2631 if (sindx == 0)
2634 sindx = elf_section_data (osec)->dynindx;
2636 BFD_ASSERT (sindx != 0);
2645 outrel.r_info = ELF32_R_INFO (sindx, r_type);
H A Delf64-s390.c2624 long sindx; local
2627 sindx = 0;
2638 sindx = elf_section_data (osec)->dynindx;
2640 if (sindx == 0)
2643 sindx = elf_section_data (osec)->dynindx;
2645 BFD_ASSERT (sindx != 0);
2654 outrel.r_info = ELF64_R_INFO (sindx, r_type);
H A Delf64-x86-64.c3335 long sindx;
3338 sindx = 0;
3354 sindx = elf_section_data (osec)->dynindx;
3355 if (sindx == 0)
3358 sindx = elf_section_data (oi)->dynindx;
3360 BFD_ASSERT (sindx != 0);
3363 outrel.r_info = htab->r_info (sindx, r_type);
3333 long sindx; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-s390.c2616 long sindx; local
2619 sindx = 0;
2630 sindx = elf_section_data (osec)->dynindx;
2631 if (sindx == 0)
2634 sindx = elf_section_data (osec)->dynindx;
2636 BFD_ASSERT (sindx != 0);
2645 outrel.r_info = ELF32_R_INFO (sindx, r_type);
H A Delf64-x86-64.c3297 long sindx;
3300 sindx = 0;
3316 sindx = elf_section_data (osec)->dynindx;
3317 if (sindx == 0)
3320 sindx = elf_section_data (oi)->dynindx;
3322 BFD_ASSERT (sindx != 0);
3325 outrel.r_info = htab->r_info (sindx, r_type);
3295 long sindx; local
H A Delf64-s390.c2611 long sindx; local
2614 sindx = 0;
2625 sindx = elf_section_data (osec)->dynindx;
2627 if (sindx == 0)
2630 sindx = elf_section_data (osec)->dynindx;
2632 BFD_ASSERT (sindx != 0);
2641 outrel.r_info = ELF64_R_INFO (sindx, r_type);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-s390.c2624 long sindx; local
2627 sindx = 0;
2638 sindx = elf_section_data (osec)->dynindx;
2640 if (sindx == 0)
2643 sindx = elf_section_data (osec)->dynindx;
2645 BFD_ASSERT (sindx != 0);
2654 outrel.r_info = ELF64_R_INFO (sindx, r_type);
H A Delf32-s390.c2616 long sindx; local
2619 sindx = 0;
2630 sindx = elf_section_data (osec)->dynindx;
2631 if (sindx == 0)
2634 sindx = elf_section_data (osec)->dynindx;
2636 BFD_ASSERT (sindx != 0);
2645 outrel.r_info = ELF32_R_INFO (sindx, r_type);
H A Delf64-x86-64.c3410 long sindx;
3413 sindx = 0;
3429 sindx = elf_section_data (osec)->dynindx;
3430 if (sindx == 0)
3433 sindx = elf_section_data (oi)->dynindx;
3435 BFD_ASSERT (sindx != 0);
3438 outrel.r_info = htab->r_info (sindx, r_type);
3408 long sindx; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-x86-64.c3335 long sindx;
3338 sindx = 0;
3354 sindx = elf_section_data (osec)->dynindx;
3355 if (sindx == 0)
3358 sindx = elf_section_data (oi)->dynindx;
3360 BFD_ASSERT (sindx != 0);
3363 outrel.r_info = htab->r_info (sindx, r_type);
3333 long sindx; local
H A Delf64-s390.c2624 long sindx; local
2627 sindx = 0;
2638 sindx = elf_section_data (osec)->dynindx;
2640 if (sindx == 0)
2643 sindx = elf_section_data (osec)->dynindx;
2645 BFD_ASSERT (sindx != 0);
2654 outrel.r_info = ELF64_R_INFO (sindx, r_type);
H A Delf32-s390.c2616 long sindx; local
2619 sindx = 0;
2630 sindx = elf_section_data (osec)->dynindx;
2631 if (sindx == 0)
2634 sindx = elf_section_data (osec)->dynindx;
2636 BFD_ASSERT (sindx != 0);
2645 outrel.r_info = ELF32_R_INFO (sindx, r_type);

Completed in 188 milliseconds