Home
last modified time | relevance | path

Searched refs:elf_greg_t (Results 126 – 150 of 304) sorted by relevance

12345678910>>...13

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm68klinux-nat.c281 elf_greg_t *regp = (elf_greg_t *) gregsetp; in supply_gregset()
296 elf_greg_t *regp = (elf_greg_t *) gregsetp; in fill_gregset()
H A Di386-linux-nat.c235 elf_greg_t *regp = (elf_greg_t *) gregsetp; in supply_gregset()
252 elf_greg_t *regp = (elf_greg_t *) gregsetp; in fill_gregset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/um/asm/
H A Delf.h195 typedef unsigned long elf_greg_t; typedef
197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
198 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/um/asm/
H A Delf.h195 typedef unsigned long elf_greg_t; typedef
197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
198 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/um/asm/
H A Delf.h195 typedef unsigned long elf_greg_t; typedef
197 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
198 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nds32/kernel/
H A Dptrace.c41 .size = sizeof(elf_greg_t),
42 .align = sizeof(elf_greg_t),
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nds32/kernel/
H A Dptrace.c41 .size = sizeof(elf_greg_t),
42 .align = sizeof(elf_greg_t),
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nds32/kernel/
H A Dptrace.c41 .size = sizeof(elf_greg_t),
42 .align = sizeof(elf_greg_t),
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm68klinux-nat.c216 const elf_greg_t *regp = (const elf_greg_t *) gregsetp; in supply_gregset()
236 elf_greg_t *regp = (elf_greg_t *) gregsetp; in fill_gregset()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dm68k-linux-nat.c222 const elf_greg_t *regp = (const elf_greg_t *) gregsetp; in supply_gregset()
240 elf_greg_t *regp = (elf_greg_t *) gregsetp; in fill_gregset()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Di386-linux-nat.c235 elf_greg_t *regp = (elf_greg_t *) gregsetp; in supply_gregset()
252 elf_greg_t *regp = (elf_greg_t *) gregsetp; in fill_gregset()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dm68klinux-nat.c224 const elf_greg_t *regp = (const elf_greg_t *) gregsetp; in supply_gregset()
244 elf_greg_t *regp = (elf_greg_t *) gregsetp; in fill_gregset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/include/asm/
H A Delf_64.h120 typedef unsigned long elf_greg_t; typedef
122 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/include/asm/
H A Delf_64.h120 typedef unsigned long elf_greg_t; typedef
122 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/include/asm/
H A Delf_64.h120 typedef unsigned long elf_greg_t; typedef
122 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc44 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (elf_greg_t)fpregs[32])
51 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (elf_greg_t) (__fpregs[32]))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp44 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (elf_greg_t)fpregs[32])
51 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (elf_greg_t) (__fpregs[32]))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp44 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (elf_greg_t)fpregs[32])
51 #define PRINT_REG_FP(__fpregs) printf ("%lx\n", (elf_greg_t) (__fpregs[32]))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp66 if ((elf_greg_t)fpregs[32]) // fpscr in main()
67 printf("%lx\n", (elf_greg_t)fpregs[32]); in main()

12345678910>>...13