Home
last modified time | relevance | path

Searched refs:MAX_CALLBACK_FDS (Results 1 – 21 of 21) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/include/gdb/
H A Dcallback.h66 #define MAX_CALLBACK_FDS 10 macro
135 int fdmap[MAX_CALLBACK_FDS];
144 short fd_buddy[MAX_CALLBACK_FDS+1];
150 short ispipe[MAX_CALLBACK_FDS];
160 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/gdb/
H A Dcallback.h66 #define MAX_CALLBACK_FDS 10 macro
135 int fdmap[MAX_CALLBACK_FDS];
144 short fd_buddy[MAX_CALLBACK_FDS+1];
150 short ispipe[MAX_CALLBACK_FDS];
160 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/gdb761/gdb-7.6.1/include/gdb/
H A Dcallback.h66 #define MAX_CALLBACK_FDS 10 macro
135 int fdmap[MAX_CALLBACK_FDS];
144 short fd_buddy[MAX_CALLBACK_FDS+1];
150 short ispipe[MAX_CALLBACK_FDS];
160 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/gdb/
H A Dcallback.h67 #define MAX_CALLBACK_FDS 10 macro
136 int fdmap[MAX_CALLBACK_FDS];
145 short fd_buddy[MAX_CALLBACK_FDS+1];
151 short ispipe[MAX_CALLBACK_FDS];
161 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/arm-elf-binutils/binutils-2.37/include/sim/
H A Dcallback.h64 #define MAX_CALLBACK_FDS 10 macro
135 int fdmap[MAX_CALLBACK_FDS];
144 short fd_buddy[MAX_CALLBACK_FDS+1];
150 short ispipe[MAX_CALLBACK_FDS];
160 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/gnulibiberty/binutils-2.37/include/sim/
H A Dcallback.h64 #define MAX_CALLBACK_FDS 10 macro
135 int fdmap[MAX_CALLBACK_FDS];
144 short fd_buddy[MAX_CALLBACK_FDS+1];
150 short ispipe[MAX_CALLBACK_FDS];
160 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/lang/gnatdroid-binutils/binutils-2.27/include/gdb/
H A Dcallback.h67 #define MAX_CALLBACK_FDS 10 macro
136 int fdmap[MAX_CALLBACK_FDS];
145 short fd_buddy[MAX_CALLBACK_FDS+1];
151 short ispipe[MAX_CALLBACK_FDS];
161 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/gdb/
H A Dcallback.h67 #define MAX_CALLBACK_FDS 10 macro
136 int fdmap[MAX_CALLBACK_FDS];
145 short fd_buddy[MAX_CALLBACK_FDS+1];
151 short ispipe[MAX_CALLBACK_FDS];
161 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/binutils/binutils-2.37/include/sim/
H A Dcallback.h64 #define MAX_CALLBACK_FDS 10 macro
135 int fdmap[MAX_CALLBACK_FDS];
144 short fd_buddy[MAX_CALLBACK_FDS+1];
150 short ispipe[MAX_CALLBACK_FDS];
160 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/gdb/
H A Dcallback.h71 #define MAX_CALLBACK_FDS 10 macro
136 int fdmap[MAX_CALLBACK_FDS];
145 short fd_buddy[MAX_CALLBACK_FDS+1];
151 short ispipe[MAX_CALLBACK_FDS];
161 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/djgpp-binutils/binutils-2.17/include/gdb/
H A Dcallback.h67 #define MAX_CALLBACK_FDS 10 macro
132 int fdmap[MAX_CALLBACK_FDS];
141 short fd_buddy[MAX_CALLBACK_FDS+1];
147 short ispipe[MAX_CALLBACK_FDS];
157 } pipe_buffer[MAX_CALLBACK_FDS];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/gdb/
H A Dcallback.h69 #define MAX_CALLBACK_FDS 10 macro
125 int fdmap[MAX_CALLBACK_FDS];
126 char fdopen[MAX_CALLBACK_FDS];
127 char alwaysopen[MAX_CALLBACK_FDS];
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/gdb/
H A Dcallback.h69 #define MAX_CALLBACK_FDS 10
125 int fdmap[MAX_CALLBACK_FDS];
126 char fdopen[MAX_CALLBACK_FDS];
127 char alwaysopen[MAX_CALLBACK_FDS];
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dcallback.c122 if (fd < 0 || fd > MAX_CALLBACK_FDS || p->fd_buddy[fd] < 0)
292 for (i = 0; i < MAX_CALLBACK_FDS; i++)
637 for (i = 1; i < MAX_CALLBACK_FDS; i++)
642 for (j = i + 1; j < MAX_CALLBACK_FDS; j++)
695 for (i = 0; i < MAX_CALLBACK_FDS; i++)
712 if (j == MAX_CALLBACK_FDS)
743 p->fd_buddy[0] = MAX_CALLBACK_FDS;
744 p->fd_buddy[MAX_CALLBACK_FDS] = 2;
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dcallback.c122 if (fd < 0 || fd > MAX_CALLBACK_FDS || p->fd_buddy[fd] < 0)
292 for (i = 0; i < MAX_CALLBACK_FDS; i++)
637 for (i = 1; i < MAX_CALLBACK_FDS; i++)
642 for (j = i + 1; j < MAX_CALLBACK_FDS; j++)
695 for (i = 0; i < MAX_CALLBACK_FDS; i++)
712 if (j == MAX_CALLBACK_FDS)
743 p->fd_buddy[0] = MAX_CALLBACK_FDS;
744 p->fd_buddy[MAX_CALLBACK_FDS] = 2;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcallback.c113 if (fd < 0 || fd > MAX_CALLBACK_FDS || p->fd_buddy[fd] < 0)
242 for (i = 0; i < MAX_CALLBACK_FDS; i++)
439 for (i = 0; i < MAX_CALLBACK_FDS; i++)
449 if (j == MAX_CALLBACK_FDS)
480 p->fd_buddy[0] = MAX_CALLBACK_FDS;
481 p->fd_buddy[MAX_CALLBACK_FDS] = 2;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcallback.c113 if (fd < 0 || fd > MAX_CALLBACK_FDS || p->fd_buddy[fd] < 0)
242 for (i = 0; i < MAX_CALLBACK_FDS; i++)
439 for (i = 0; i < MAX_CALLBACK_FDS; i++)
449 if (j == MAX_CALLBACK_FDS)
480 p->fd_buddy[0] = MAX_CALLBACK_FDS;
481 p->fd_buddy[MAX_CALLBACK_FDS] = 2;
/dports/devel/avr-gdb/gdb-7.3.1/sim/bfin/
H A Dinterp.c296 else if (args[4] >= MAX_CALLBACK_FDS) in bfin_syscall()
337 if (sc.arg1 >= MAX_CALLBACK_FDS || sc.arg2 >= MAX_CALLBACK_FDS) in bfin_syscall()
376 if (sc.arg1 >= MAX_CALLBACK_FDS) in bfin_syscall()
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/
H A Dinterp.c301 else if (args[4] >= MAX_CALLBACK_FDS) in bfin_syscall()
342 if (sc.arg1 >= MAX_CALLBACK_FDS || sc.arg2 >= MAX_CALLBACK_FDS) in bfin_syscall()
381 if (sc.arg1 >= MAX_CALLBACK_FDS) in bfin_syscall()
/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/
H A Dtraps.c2968 maxlim = curlim = MAX_CALLBACK_FDS; in cris_break_13_handler()
/dports/devel/gdb761/gdb-7.6.1/sim/cris/
H A Dtraps.c2967 maxlim = curlim = MAX_CALLBACK_FDS; in cris_break_13_handler()