Home
last modified time | relevance | path

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

123

/dragonfly/gnu/lib/gcc47/libgcc_eh/
H A DMakefile21 SRCS+= unwind-dw2.c \
22 unwind-dw2-fde-dip.c \
23 unwind-sjlj.c \
24 unwind-c.c \
28 SRCS+= unwind.h md-unwind-support.h gthr-default.h
30 unwind.h: unwind-generic.h
33 md-unwind-support.h: dragonfly-unwind.h
39 CLEANFILES+= unwind.h md-unwind-support.h gthr-default.h
/dragonfly/gnu/lib/gcc80/libgcc_eh/
H A DMakefile33 SRCS+= unwind-dw2.c \
34 unwind-dw2-fde-dip.c \
35 unwind-sjlj.c \
36 unwind-c.c \
40 SRCS+= unwind.h md-unwind-support.h gthr-default.h
42 unwind.h: unwind-generic.h
45 md-unwind-support.h: dragonfly-unwind.h
54 CLEANFILES+= unwind.h md-unwind-support.h gthr-default.h auto-target.h
/dragonfly/gnu/lib/gcc47/libgcc_pic/
H A DMakefile30 SRCS+= unwind-dw2.c \
31 unwind-dw2-fde-dip.c \
32 unwind-sjlj.c \
33 unwind-c.c \
37 SRCS+= unwind.h gthr-default.h sfp-machine.h md-unwind-support.h
39 unwind.h: unwind-generic.h
45 md-unwind-support.h: dragonfly-unwind.h
54 CLEANFILES+= unwind.h gthr-default.h sfp-machine.h md-unwind-support.h \
/dragonfly/gnu/lib/gcc80/libgcc_pic/
H A DMakefile35 SRCS+= unwind-dw2.c \
36 unwind-dw2-fde-dip.c \
37 unwind-sjlj.c \
38 unwind-c.c \
42 unwind.h: unwind-generic.h
48 md-unwind-support.h: dragonfly-unwind.h
60 CLEANFILES+= unwind.h gthr-default.h sfp-machine.h md-unwind-support.h \
63 beforedepend: unwind.h gthr-default.h sfp-machine.h md-unwind-support.h \
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-eh-dw2-dip1 # Use unwind-dw2-fde-dip.
2 LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-dip.c \
3 $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
/dragonfly/gnu/usr.bin/cc80/support-libs/libbacktrace/
H A DMakefile29 backtrace.o: unwind.h
31 beforedepend: unwind.h
33 unwind.h: unwind-generic.h
36 CLEANFILES= unwind.h
/dragonfly/contrib/gdb-7/gdb/
H A Dframe.c274 if (fi->unwind != NULL) in fprint_frame()
280 if (fi->unwind != NULL) in fprint_frame()
334 if (fi->unwind == NULL) in get_frame_id()
954 if (frame->unwind == NULL) in frame_unwind_register_value()
2164 if (fi->base->unwind == fi->unwind) in get_frame_base_address()
2179 if (fi->base->unwind == fi->unwind) in get_frame_locals_address()
2194 if (fi->base->unwind == fi->unwind) in get_frame_args_address()
2205 if (fi->unwind == NULL) in frame_unwinder_is()
2225 if (frame->unwind == NULL) in get_frame_type()
2416 frame->unwind = NULL; in frame_cleanup_after_sniffer()
[all …]
H A Dunwind_stop_reasons.def46 /* Can't unwind further, because that would require knowing the
49 "not enough registers or memory available to unwind further")
64 one to unwind further. */
H A Dframe-base.h62 const struct frame_unwind *unwind; member
/dragonfly/gnu/lib/gcc47/libsupc++/
H A DMakefile27 SRCS+= unwind.h
29 unwind.h: unwind-generic.h
32 CLEANFILES+= unwind.h
/dragonfly/gnu/lib/gcc47/libstdc++/
H A DMakefile180 SRCS+= unwind.h \
181 unwind-cxx.h \
240 unwind.h: unwind-generic.h
243 unwind-cxx.h: ${SRCDIR}/libsupc++/unwind-cxx.h
266 ctype_configure_char.cc unwind.h unwind-cxx.h \
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dconfig.host76 md_unwind_header=no-unwind.h
77 unwind_header=unwind-generic.h
229 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
310 md_unwind_header=alpha/vms-unwind.h
315 md_unwind_header=alpha/vms-unwind.h
475 md_unwind_header=pa/linux-unwind.h
486 md_unwind_header=pa/hpux-unwind.h
499 md_unwind_header=pa/hpux-unwind.h
511 md_unwind_header=pa/hpux-unwind.h
672 md_unwind_header=ia64/vms-unwind.h
[all …]
H A Dunwind.inc1 /* Exception handling and frame unwind runtime interface routines. -*- C -*-
27 This file is included from unwind-dw2.c, unwind-sjlj.c or
28 unwind-ia64.c. */
70 /* Don't let us unwind past the handler context. */
126 is not a forced unwind. Further, note where we found a handler. */
275 /* Perform stack backtrace through unwind data. */
H A DMakefile.in325 LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \
326 $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
1012 dest=$(gcc_objdir)/include/tmp$$$$-unwind.h; \
1013 cp unwind.h $$dest; \
1015 sh $(srcdir)/../move-if-change $$dest $(gcc_objdir)/include/unwind.h
1026 $(INSTALL_DATA) unwind.h $(DESTDIR)$(libsubdir)/include
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
H A Dt-crtstuff2 # crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
4 # section. -fno-asynchronous-unwind-tables is off by default for i386
7 CRTSTUFF_T_CFLAGS += -fno-omit-frame-pointer -fno-asynchronous-unwind-tables
/dragonfly/gnu/lib/gcc47/libgcc/
H A DMakefile75 SRCS+= mm_malloc.h unwind.h
77 INCS= ${EXTRA_HEADERS} mm_malloc.h unwind.h
93 unwind.h: unwind-generic.h
96 CLEANFILES+= mm_malloc.h unwind.h gthr-default.h enable-execute-stack.c
/dragonfly/gnu/lib/gcc47/libobjc/
H A DMakefile59 SRCS+= unwind.h runtime-info.h gthr-default.h
61 unwind.h: unwind-generic.h
85 CLEANFILES+= unwind.h runtime-info.h gthr-default.h
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_supc/
H A DMakefile45 unwind.h: unwind-generic.h
48 GENHD= unwind.h
/dragonfly/gnu/lib/gcc80/libgcc/
H A DMakefile127 SRCS+= mm_malloc.h unwind.h
129 INCS= ${EXTRA_HEADERS} mm_malloc.h unwind.h
144 unwind.h: unwind-generic.h
147 CLEANFILES+= mm_malloc.h unwind.h gthr-default.h enable-execute-stack.c
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind.inc1 /* Exception handling and frame unwind runtime interface routines. -*- C -*-
27 This file is included from unwind-dw2.c, unwind-sjlj.c or
28 unwind-ia64.c. */
72 /* Don't let us unwind past the handler context. */
131 is not a forced unwind. Further, note where we found a handler. */
287 /* Perform stack backtrace through unwind data. */
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Dbacktrace.c67 unwind (struct _Unwind_Context *context, void *vdata) in unwind() function
127 _Unwind_Backtrace (unwind, &bdata); in backtrace_full()
/dragonfly/contrib/gcc-4.7/
H A DREADME.DRAGONFLY20 libgcc/config/i386/dragonfly-unwind.h
39 libgcc/unwind-dw2-fde-dip.c
/dragonfly/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c78 unwind(char *map) in unwind() function
162 unwind(map); in main()
/dragonfly/gnu/usr.bin/binutils234/block2/readelf/
H A DMakefile7 SRCS= readelf.c version.c unwind-ia64.c dwarf.c elfcomm.c
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_evict.c83 struct list_head *unwind) in mark_free() argument
91 list_add(&vma->evict_link, unwind); in mark_free()

123