Searched refs:ldfd (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/usr.sbin/mopd/mopchk/ |
| D | mopchk.c | 118 dl.ldfd = open(filename, O_RDONLY); in main() 119 if (dl.ldfd == -1) { in main() 122 if ((error = CheckElfFile(dl.ldfd)) == 0) { in main() 127 } else if ((error = CheckAOutFile(dl.ldfd)) == 0) { in main() 131 } else if ((error = CheckMopFile(dl.ldfd)) == 0) { in main() 137 (void)close(dl.ldfd); in main()
|
| /openbsd/src/usr.sbin/mopd/common/ |
| D | file.c | 230 if (read(dl->ldfd, header, 512) != 512) in GetMopFileInfo() 507 (void)lseek(dl->ldfd, (off_t) 0, SEEK_SET); in GetElf32FileInfo() 509 if (read(dl->ldfd, (char *)&ehdr, sizeof(ehdr)) != sizeof(ehdr)) in GetElf32FileInfo() 571 if (lseek(dl->ldfd, (off_t) e_phoff + (i * e_phentsize), in GetElf32FileInfo() 574 if (read(dl->ldfd, (char *) &phdr, sizeof(phdr)) != in GetElf32FileInfo() 698 (void)lseek(dl->ldfd, (off_t) 0, SEEK_SET); in GetElf64FileInfo() 700 if (read(dl->ldfd, (char *)&ehdr, sizeof(ehdr)) != sizeof(ehdr)) in GetElf64FileInfo() 762 if (lseek(dl->ldfd, (off_t) e_phoff + (i * e_phentsize), in GetElf64FileInfo() 765 if (read(dl->ldfd, (char *) &phdr, sizeof(phdr)) != in GetElf64FileInfo() 924 if (read(dl->ldfd, (char *)&ex, sizeof(ex)) != sizeof(ex)) in GetAOutFileInfo() [all …]
|
| D | common.h | 79 int ldfd; /* filedescriptor for loadfile */ member
|
| /openbsd/src/usr.sbin/mopd/mopa.out/ |
| D | mopa.out.c | 106 dl.ldfd = open (argv[1], O_RDONLY); in main() 107 if (dl.ldfd == -1) in main() 157 dl.lseek = lseek(dl.ldfd,0L,SEEK_CUR); in main()
|
| /openbsd/src/usr.sbin/mopd/mopd/ |
| D | process.c | 191 dllist[slot].lseek = lseek(dllist[slot].ldfd, 0L, SEEK_CUR); in mopStartLoad() 262 close(dllist[slot].ldfd); in mopNextLoad() 263 dllist[slot].ldfd = 0; in mopNextLoad() 272 dllist[slot].lseek = lseek(dllist[slot].ldfd, 0L, SEEK_CUR); in mopNextLoad() 435 dl_rpr->ldfd = open(filename, O_RDONLY); in mopProcessDL()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ia64-ic.tbl | 41 ldf; ldfs, ldfd, ldfe, ldf8, ldf.fill 42 ldf-a; ldfs.a, ldfd.a, ldfe.a, ldf8.a 44 ldf-c-clr; ldfs.c.clr, ldfd.c.clr, ldfe.c.clr, ldf8.c.clr 45 ldf-c-nc; ldfs.c.nc, ldfd.c.nc, ldfe.c.nc, ldf8.c.nc 46 ldf-s; ldfs.s, ldfd.s, ldfe.s, ldf8.s 47 ldf-sa; ldfs.sa, ldfd.sa, ldfe.sa, ldf8.sa
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-ic.tbl | 41 ldf; ldfs, ldfd, ldfe, ldf8, ldf.fill 42 ldf-a; ldfs.a, ldfd.a, ldfe.a, ldf8.a 44 ldf-c-clr; ldfs.c.clr, ldfd.c.clr, ldfe.c.clr, ldf8.c.clr 45 ldf-c-nc; ldfs.c.nc, ldfd.c.nc, ldfe.c.nc, ldf8.c.nc 46 ldf-s; ldfs.s, ldfd.s, ldfe.s, ldf8.s 47 ldf-sa; ldfs.sa, ldfd.sa, ldfe.sa, ldf8.sa
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | ia64.md | 406 ldfd.a %0 = %1%P1 426 ldfd.s %0 = %1%P1 446 ldfd.sa %0 = %1%P1 466 ldfd.c.clr %0 = %1%P1 928 ldfd %0 = %1%P1
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | ieee754-df.S | 530 ldfd f0, [sp], #8
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| D | ia64.md | 858 ldfd %0 = %1%P1
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-arm.c | 9544 cCL(ldfd, c108100, 2, (RF, ADDR), rd_cpaddr),
|