HomeSort by: relevance | last modified time | path
    Searched refs:PIOD_READ_AUXV (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
inf-ptrace.c 481 #if defined (PT_IO) && defined (PIOD_READ_AUXV)
482 /* OpenBSD 4.5 has a new PIOD_READ_AUXV operation for the PT_IO
490 piod.piod_op = PIOD_READ_AUXV;
  /src/external/gpl3/gdb/dist/gdb/
inf-ptrace.c 481 #if defined (PT_IO) && defined (PIOD_READ_AUXV)
482 /* OpenBSD 4.5 has a new PIOD_READ_AUXV operation for the PT_IO
490 piod.piod_op = PIOD_READ_AUXV;
  /src/sys/sys/
ptrace.h 149 #define PIOD_READ_AUXV 5 /* Read from aux array */
  /src/tests/lib/libc/sys/
t_ptrace_bytetransfer_wait.h 375 case PIOD_READ_AUXV:
515 BYTES_TRANSFER(bytes_transfer_piod_read_auxv, PIOD_READ_AUXV, 4096, AUXV)
641 } else if (strcmp(operation, "PIOD_READ_AUXV") == 0) {
642 io.piod_op = PIOD_READ_AUXV;
694 BYTES_TRANSFER_ALIGNMENT(bytes_transfer_alignment_piod_read_auxv, "PIOD_READ_AUXV")
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc 563 with the PIOD_READ_AUXV operation and using the PT_IO standard input
571 pio.piod_op = PIOD_READ_AUXV;
  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc 561 with the PIOD_READ_AUXV operation and using the PT_IO standard input
569 pio.piod_op = PIOD_READ_AUXV;
  /src/sys/kern/
sys_ptrace_common.c 1046 case PIOD_READ_AUXV:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 435 int ptrace_piod_read_auxv = PIOD_READ_AUXV;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.cpp 595 int ptrace_piod_read_auxv = PIOD_READ_AUXV;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.cpp 595 int ptrace_piod_read_auxv = PIOD_READ_AUXV;

Completed in 95 milliseconds