Home
last modified time | relevance | path

Searched refs:SYS_lwp_create (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-events.c68 #define SYS_lwp_create SYS_lwpcreate macro
589 #ifdef SYS_lwp_create in init_syscall_table()
590 syscall_table[SYS_lwp_create] = "lwp_create"; in init_syscall_table()
Dprocfs.c3021 #if defined (SYS_lwpcreate) || defined (SYS_lwp_create) /* FIXME: multiple */
3064 #if defined (SYS_lwpcreate) || defined (SYS_lwp_create) /* FIXME: multiple */
3483 #ifdef SYS_lwp_create /* FIXME: once only, please */ in procfs_debug_inferior()
3484 gdb_praddsysset (traced_syscall_exits, SYS_lwp_create); in procfs_debug_inferior()
3854 #ifdef SYS_lwp_create in syscall_is_lwp_create()
3855 if (scall == SYS_lwp_create) in syscall_is_lwp_create()