Searched refs:sindx (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | tty_pty.c | 1084 int cindx, sindx, error; in ptmioctl() local 1099 if ((error = falloc(p, &sfp, &sindx)) != 0) { in ptmioctl() 1188 ptm->sfd = sindx; in ptmioctl() 1195 fdinsert(fdp, sindx, 0, sfp); in ptmioctl() 1208 fdremove(fdp, sindx); in ptmioctl()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf64-x86-64.c | 2029 long sindx; in elf64_x86_64_relocate_section() local 2032 sindx = 0; in elf64_x86_64_relocate_section() 2043 sindx = elf_section_data (osec)->dynindx; in elf64_x86_64_relocate_section() 2044 BFD_ASSERT (sindx > 0); in elf64_x86_64_relocate_section() 2047 outrel.r_info = ELF64_R_INFO (sindx, r_type); in elf64_x86_64_relocate_section()
|
| D | elf64-s390.c | 2593 long sindx; local 2596 sindx = 0; 2607 sindx = elf_section_data (osec)->dynindx; 2608 BFD_ASSERT (sindx > 0); 2618 outrel.r_info = ELF64_R_INFO (sindx, r_type);
|
| D | elf32-s390.c | 2614 long sindx; local 2617 sindx = 0; 2628 sindx = elf_section_data (osec)->dynindx; 2629 BFD_ASSERT (sindx > 0); 2639 outrel.r_info = ELF32_R_INFO (sindx, r_type);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf64-s390.c | 2624 long sindx; local 2627 sindx = 0; 2638 sindx = elf_section_data (osec)->dynindx; 2639 BFD_ASSERT (sindx > 0); 2649 outrel.r_info = ELF64_R_INFO (sindx, r_type);
|
| D | elf32-s390.c | 2643 long sindx; local 2646 sindx = 0; 2657 sindx = elf_section_data (osec)->dynindx; 2658 BFD_ASSERT (sindx > 0); 2668 outrel.r_info = ELF32_R_INFO (sindx, r_type);
|
| D | elf64-x86-64.c | 2462 long sindx; in elf64_x86_64_relocate_section() local 2465 sindx = 0; in elf64_x86_64_relocate_section() 2476 sindx = elf_section_data (osec)->dynindx; in elf64_x86_64_relocate_section() 2477 BFD_ASSERT (sindx > 0); in elf64_x86_64_relocate_section() 2480 outrel.r_info = ELF64_R_INFO (sindx, r_type); in elf64_x86_64_relocate_section()
|