Home
last modified time | relevance | path

Searched refs:jmpbuf (Results 1 – 25 of 25) sorted by relevance

/external/libunwind/
DMakefile.am48 include/tdep-aarch64/jmpbuf.h \
51 include/tdep-arm/jmpbuf.h include/tdep-arm/libunwind_i.h \
52 include/tdep-ia64/jmpbuf.h include/tdep-ia64/rse.h \
55 include/tdep-hppa/jmpbuf.h include/tdep-hppa/dwarf-config.h \
57 include/tdep-mips/jmpbuf.h include/tdep-mips/dwarf-config.h \
59 include/tdep-x86/jmpbuf.h include/tdep-x86/dwarf-config.h \
61 include/tdep-x86_64/jmpbuf.h include/tdep-x86_64/dwarf-config.h \
63 include/tdep-ppc32/jmpbuf.h include/tdep-ppc32/libunwind_i.h \
65 include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \
67 include/tdep-sh/jmpbuf.h include/tdep-sh/libunwind_i.h \
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dmov_ss_trap.c49 sigjmp_buf jmpbuf; variable
141 siglongjmp(jmpbuf, 1); in handle_and_longjmp()
185 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
194 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
200 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
211 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
223 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
250 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
270 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
Dsyscall_arg_fault.c42 static sigjmp_buf jmpbuf; variable
58 siglongjmp(jmpbuf, 1); in sigsegv_or_sigbus()
64 siglongjmp(jmpbuf, 1); in sigill()
105 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
120 if (sigsetjmp(jmpbuf, 1) == 0) { in main()
Diopl.c38 static jmp_buf jmpbuf; variable
42 siglongjmp(jmpbuf, 1); in sigsegv()
94 if (sigsetjmp(jmpbuf, 1) != 0) { in main()
Dioperm.c48 static jmp_buf jmpbuf; variable
52 siglongjmp(jmpbuf, 1); in sigsegv()
58 if (sigsetjmp(jmpbuf, 1) != 0) { in try_outb()
Dsysret_rip.c119 static jmp_buf jmpbuf; variable
132 siglongjmp(jmpbuf, 1); in sigsegv_for_fallthrough()
160 if (sigsetjmp(jmpbuf, 1) == 0) { in test_syscall_fallthrough_to()
Dtest_vsyscall.c185 static jmp_buf jmpbuf; variable
189 siglongjmp(jmpbuf, 1); in sigsegv()
406 if (sigsetjmp(jmpbuf, 1) == 0) { in test_vsys_r()
Dldt_gdt.c523 static jmp_buf jmpbuf; variable
527 siglongjmp(jmpbuf, 1); in sigsegv()
565 if (sigsetjmp(jmpbuf, 1) != 0) in do_multicpu_tests()
/external/libpng/contrib/gregbook/
Dwritepng.c111 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_init()
268 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_image()
306 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_row()
336 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_finish()
400 longjmp(mainprog_ptr->jmpbuf, 1); in writepng_error_handler()
Dreadpng2.c135 if (setjmp(mainprog_ptr->jmpbuf)) { in readpng2_init()
199 if (setjmp(mainprog_ptr->jmpbuf)) { in readpng2_decode_data()
520 longjmp(mainprog_ptr->jmpbuf, 1); in readpng2_error_handler()
Dreadpng2.h93 jmp_buf jmpbuf; member
Dwritepng.h114 jmp_buf jmpbuf; member
Dreadpng.c65 # define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf)
/external/ltp/testcases/kernel/mem/mtest06/
Dshmat1.c93 sigjmp_buf jmpbuf; /* argument to setjmp and longjmp */ variable
167 siglongjmp(jmpbuf, 1); in sig_handler()
171 siglongjmp(jmpbuf, 1); in sig_handler()
311 if (sigsetjmp(jmpbuf, 1) == 1) { in write_to_mem()
354 if (sigsetjmp(jmpbuf, 1) == 1) { in read_from_mem()
Dmmap1.c39 static jmp_buf jmpbuf; variable
81 longjmp(jmpbuf, 1); in sig_handler()
122 if (setjmp(jmpbuf) == 1) in read_mem()
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.cpp43 if (setjmp(ctx->m_Bmp.jmpbuf)) in ReadHeader()
67 if (setjmp(ctx->m_Bmp.jmpbuf)) in LoadImage()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreturns_twice_no_coalesce.ll16 %jmpbuf = inttoptr i32 %iptr_jmpbuf to i8*
17 %y = call i32 @llvm.nacl.setjmp(i8* %jmpbuf)
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h78 jmp_buf jmpbuf; variable
Dfx_bmp.cpp63 longjmp(jmpbuf, 1); in Error()
/external/libpng/contrib/pngminus/
Dpng2pnm.c53 # define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf)
Dpnm2png.c51 # define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf)
/external/libpng/contrib/tools/
Dpngfix.c862 jmp_buf jmpbuf; /* Set while reading a PNG */ member
1180 longjmp(file->jmpbuf, code); in stop()
3597 rc = setjmp(control->file.jmpbuf); in read_png()
/external/libpng/
Dpngtest.c154 # define png_jmpbuf(png_ptr) png_ptr->jmpbuf
DCHANGES1837 Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers.
2086 Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers.
2560 jmp_buf buffer, and marked direct access to jmpbuf 'deprecated'.
2709 Removed the AIX redefinition of jmpbuf in png.h
2715 Changed the name of png_ptr->jmpbuf to png_ptr->png_jmpbuf in pngstruct.h
2923 appropriate. If mainprog->jmpbuf is used by setjmp, then png_longjmp
/external/ImageMagick/coders/
Dpng.c1721 longjmp(ping->jmpbuf,1); in MagickPNGErrorHandler()