HomeSort by: relevance | last modified time | path
    Searched defs:jmp_buf (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_type_test.cpp 23 CHECK_TYPE_SIZE_FITS(jmp_buf); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_type_test.cpp 23 CHECK_TYPE_SIZE_FITS(jmp_buf); variable
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efisetjmp_arch.h 15 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6234
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efisetjmp_arch.h 21 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6055
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efisetjmp_arch.h 22 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6285
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efisetjmp_arch.h 33 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6054
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efisetjmp_arch.h 34 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6262
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 38 } ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6281
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efisetjmp_arch.h 47 } EFI_ALIGN(JMPBUF_ALIGN) jmp_buf[1]; typedef in typeref:struct:__anon6238
  /src/external/gpl3/gcc/dist/libgcc/
unwind-sjlj.c 39 typedef void *jmp_buf[__LIBGCC_JMP_BUF_SIZE__]; typedef
40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
75 jmp_buf has. We over estimated in except.c, and now we have
78 jmp_buf jbuf __attribute__((aligned));
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-sjlj.c 39 typedef void *jmp_buf[__LIBGCC_JMP_BUF_SIZE__]; typedef
40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
75 jmp_buf has. We over estimated in except.c, and now we have
78 jmp_buf jbuf __attribute__((aligned));
  /src/sys/arch/pmax/include/
dec_prom.h 92 typedef int jmp_buf[12]; typedef
115 int (*_setjmp)(jmp_buf); /* 4c */
116 void (*_longjmp)(jmp_buf, int); /* 50 */
  /src/external/gpl3/gdb/dist/gdb/
cp-support.c 1618 SIGJMP_BUF jmp_buf; local
1620 = make_scoped_restore (&gdb_demangle_jmp_buf, &jmp_buf);
  /src/external/gpl3/gdb.old/dist/gdb/
cp-support.c 1621 SIGJMP_BUF jmp_buf; local
1623 = make_scoped_restore (&gdb_demangle_jmp_buf, &jmp_buf);

Completed in 31 milliseconds