Home
last modified time | relevance | path

Searched defs:coproc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/bin/ksh/
H A Dsh.h320 struct coproc { struct
328 extern struct coproc coproc; argument
H A Dmain.c64 struct coproc coproc; variable
/openbsd-src/sys/arch/arm/arm/
H A Dundefined.c73 install_coproc_handler(int coproc, undef_handler_t handler) in install_coproc_handler()
88 install_coproc_handler_static(int coproc, struct undefined_handler *uh) in install_coproc_handler_static()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Darm.h168 unsigned long coproc; member
186 #define ARM_FEATURE(core, coproc) {(core), (coproc)} argument
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c4490 int coproc = 0; in macro() local
7285 int coproc = 0; in macro2() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c4498 int coproc = 0; in macro() local
7121 int coproc = 0; in macro2() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1867 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local