| /src/lib/libc/compat/arch/hppa/sys/ |
| compat_sigreturn.S | 35 WARN_REFERENCES(sigreturn, \ 36 "warning: reference to compatibility sigreturn(); include <signal.h> for correct reference") 38 ENTRY(sigreturn, 0) function 41 * we shouldn't have to supply the compatibility sigreturn. 45 EXIT(sigreturn)
|
| compat_sigreturn.S | 35 WARN_REFERENCES(sigreturn, \ 36 "warning: reference to compatibility sigreturn(); include <signal.h> for correct reference") 38 ENTRY(sigreturn, 0) function 41 * we shouldn't have to supply the compatibility sigreturn. 45 EXIT(sigreturn)
|
| /src/lib/libc/compat/arch/sparc/sys/ |
| compat_sigreturn.S | 35 * from: Header: sigreturn.s,v 1.1 91/07/06 13:06:01 torek Exp 41 .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" 49 WARN_REFERENCES(sigreturn, \ 50 "warning: reference to compatibility sigreturn()") 52 ENTRY(sigreturn) function
|
| compat_sigreturn.S | 35 * from: Header: sigreturn.s,v 1.1 91/07/06 13:06:01 torek Exp 41 .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" 49 WARN_REFERENCES(sigreturn, \ 50 "warning: reference to compatibility sigreturn()") 52 ENTRY(sigreturn) function
|
| /src/lib/libc/compat/arch/sparc64/sys/ |
| compat_sigreturn.S | 35 * from: Header: sigreturn.s,v 1.1 91/07/06 13:06:01 torek Exp 41 .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" 49 WARN_REFERENCES(sigreturn, \ 50 "warning: reference to compatibility sigreturn()") 52 ENTRY(sigreturn) function
|
| compat_sigreturn.S | 35 * from: Header: sigreturn.s,v 1.1 91/07/06 13:06:01 torek Exp 41 .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" 49 WARN_REFERENCES(sigreturn, \ 50 "warning: reference to compatibility sigreturn()") 52 ENTRY(sigreturn) function
|
| /src/lib/libc/compat/arch/m68k/sys/ |
| compat_sigreturn.S | 40 RCSID("from: @(#)sigreturn.s 5.1 (Berkeley) 5/12/90") 57 WARN_REFERENCES(sigreturn, \ 58 "warning: reference to compatibility sigreturn()") 63 ENTRY(sigreturn) function 66 END(sigreturn)
|
| compat_sigreturn.S | 40 RCSID("from: @(#)sigreturn.s 5.1 (Berkeley) 5/12/90") 57 WARN_REFERENCES(sigreturn, \ 58 "warning: reference to compatibility sigreturn()") 63 ENTRY(sigreturn) function 66 END(sigreturn)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-obsd-tdep.c | 58 const gdb_byte sigreturn[] = local 64 size_t buflen = (sizeof sigreturn) + 1; 80 buf = (gdb_byte *) alloca ((sizeof sigreturn) + 1); 84 /* Check for sigreturn(2). Depending on how the assembler encoded 88 if (memcmp (buf, sigreturn, sizeof sigreturn) 89 && memcmp (buf + 1, sigreturn, sizeof sigreturn)
|
| i386-obsd-tdep.c | 45 trampoline by looking for the code that invokes the sigreturn 55 /* Offset for sigreturn(2). */ 71 /* The call sequence invoking sigreturn(2). */ 72 const gdb_byte sigreturn[] = local 78 size_t buflen = sizeof sigreturn; 105 /* Check for sigreturn(2). */ 106 if (memcmp (buf, sigreturn, buflen) == 0)
|
| amd64-obsd-tdep.c | 58 const gdb_byte sigreturn[] = local 64 size_t buflen = (sizeof sigreturn) + 1; 80 buf = (gdb_byte *) alloca ((sizeof sigreturn) + 1); 84 /* Check for sigreturn(2). Depending on how the assembler encoded 88 if (memcmp (buf, sigreturn, sizeof sigreturn) 89 && memcmp (buf + 1, sigreturn, sizeof sigreturn)
|
| i386-obsd-tdep.c | 45 trampoline by looking for the code that invokes the sigreturn 55 /* Offset for sigreturn(2). */ 71 /* The call sequence invoking sigreturn(2). */ 72 const gdb_byte sigreturn[] = local 78 size_t buflen = sizeof sigreturn; 105 /* Check for sigreturn(2). */ 106 if (memcmp (buf, sigreturn, buflen) == 0)
|
| s390-linux-tdep.c | 527 bfd_byte sigreturn[2]; local 529 if (target_read_memory (pc, sigreturn, 2)) 532 if (sigreturn[0] != op_svc) 535 if (sigreturn[1] != 119 /* sigreturn */ 536 && sigreturn[1] != 173 /* rt_sigreturn */)
|
| s390-linux-tdep.c | 527 bfd_byte sigreturn[2]; local 529 if (target_read_memory (pc, sigreturn, 2)) 532 if (sigreturn[0] != op_svc) 535 if (sigreturn[1] != 119 /* sigreturn */ 536 && sigreturn[1] != 173 /* rt_sigreturn */)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-obsd-tdep.c | 58 const gdb_byte sigreturn[] = local 64 size_t buflen = (sizeof sigreturn) + 1; 80 buf = (gdb_byte *) alloca ((sizeof sigreturn) + 1); 84 /* Check for sigreturn(2). Depending on how the assembler encoded 88 if (memcmp (buf, sigreturn, sizeof sigreturn) 89 && memcmp (buf + 1, sigreturn, sizeof sigreturn)
|
| i386-obsd-tdep.c | 45 trampoline by looking for the code that invokes the sigreturn 55 /* Offset for sigreturn(2). */ 71 /* The call sequence invoking sigreturn(2). */ 72 const gdb_byte sigreturn[] = local 78 size_t buflen = sizeof sigreturn; 105 /* Check for sigreturn(2). */ 106 if (memcmp (buf, sigreturn, buflen) == 0)
|
| amd64-obsd-tdep.c | 58 const gdb_byte sigreturn[] = local 64 size_t buflen = (sizeof sigreturn) + 1; 80 buf = (gdb_byte *) alloca ((sizeof sigreturn) + 1); 84 /* Check for sigreturn(2). Depending on how the assembler encoded 88 if (memcmp (buf, sigreturn, sizeof sigreturn) 89 && memcmp (buf + 1, sigreturn, sizeof sigreturn)
|
| i386-obsd-tdep.c | 45 trampoline by looking for the code that invokes the sigreturn 55 /* Offset for sigreturn(2). */ 71 /* The call sequence invoking sigreturn(2). */ 72 const gdb_byte sigreturn[] = local 78 size_t buflen = sizeof sigreturn; 105 /* Check for sigreturn(2). */ 106 if (memcmp (buf, sigreturn, buflen) == 0)
|
| s390-linux-tdep.c | 530 bfd_byte sigreturn[2]; local 532 if (target_read_memory (pc, sigreturn, 2)) 535 if (sigreturn[0] != op_svc) 538 if (sigreturn[1] != 119 /* sigreturn */ 539 && sigreturn[1] != 173 /* rt_sigreturn */)
|
| s390-linux-tdep.c | 530 bfd_byte sigreturn[2]; local 532 if (target_read_memory (pc, sigreturn, 2)) 535 if (sigreturn[0] != op_svc) 538 if (sigreturn[1] != 119 /* sigreturn */ 539 && sigreturn[1] != 173 /* rt_sigreturn */)
|