HomeSort by relevance Sort by last modified time
    Searched refs:prgregset_t (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/tests/
sys_procfs_test.cpp 31 prgregset_t pr_g_regs;
37 static_assert(sizeof(prgregset_t) == sizeof(elf_gregset_t), "");
  /bionic/libc/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /development/ndk/platforms/android-21/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
procfs.h 46 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
procfs.h 129 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
procfs.h 118 typedef elf_gregset_t prgregset_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
procfs.h 129 typedef elf_gregset_t prgregset_t; typedef
  /external/valgrind/coregrind/
vgdb-invoker-solaris.c 76 prgregset_t regs;
214 static Bool get_regs(pid_t pid, prgregset_t *regs)
243 memcpy(regs, &status.pr_reg, sizeof(prgregset_t));
252 static Bool setup_stack_frame(pid_t pid, prgregset_t *regs)
371 static Bool invoke_agent(pid_t pid, prgregset_t *regs, id_t *agent_lwpid)
380 memcpy(&ctl.arg.regs, regs, sizeof(prgregset_t));
493 prgregset_t regs;

Completed in 2734 milliseconds

1 2