Searched refs:unwind (Results 26 - 50 of 72) sorted by relevance

123

/freebsd-12-stable/gnu/lib/csu/
H A DMakefile21 -fno-zero-initialized-in-bss -fno-asynchronous-unwind-tables \
/freebsd-12-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c79 unwind(char *map) function
163 unwind(map);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp38 #include <unwind.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c11 #include <unwind.h>
18 * In the former, the include path points to the contrib/libcxxrt/unwind-arm.h
19 * copy of unwind.h. In the latter, the include path points to the
20 * contrib/libunwind/include/unwind.h header (LLVM libunwind).
22 * Neither (seemingly redundant) variant of unwind.h needs the redefinitions
23 * provided in the "helpful" header below, and libcxxrt's unwind-arm.h provides
30 // have a version of unwind.h which does not provide the EHABI declarations
35 #include "unwind-ehabi-helpers.h"
170 // the dwarf unwind information for translation units that use
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp9 // This file contains the unwind.h-based (aka "slow") stack unwinding routines
24 #define _GNU_SOURCE // to declare _Unwind_Backtrace() from <unwind.h>
26 #include <unwind.h>
98 // Pre-lollipop Android can not unwind through signal handler frames with
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_amd64.c42 #include <frame-unwind.h>
H A Dtrgt_powerpc.c47 #include <frame-unwind.h>
H A Dtrgt_powerpc64.c42 #include <frame-unwind.h>
H A Dtrgt_sparc64.c43 #include <frame-unwind.h>
H A Dkthr.c44 #include <frame-unwind.h>
H A Dtrgt.c42 #include <frame-unwind.h>
H A Dtrgt_arm.c45 #include <frame-unwind.h>
H A Dtrgt_mips.c46 #include <frame-unwind.h>
H A Dkld.c41 #include <frame-unwind.h>
H A Dmain.c52 #include <frame-unwind.h>
H A Dtrgt_i386.c47 #include <frame-unwind.h>
/freebsd-12-stable/stand/i386/boot2/
H A DMakefile38 -fno-asynchronous-unwind-tables \
/freebsd-12-stable/gnu/lib/libstdc++/
H A DMakefile597 unwind.h: ${GCCDIR}/config/arm/unwind-arm.h
599 unwind.h: ${GCCDIR}/unwind-generic.h
602 unwind.h: .NOMETA
605 SRCS+= unwind.h
606 CLEANFILES+= unwind.h
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c48 /* Must be at least the size of the largest unwind opcode (currently two). */
80 } unwind; variable in typeref:struct:__anon534
3057 /* Directives: AEABI stack-unwind tables. */
3066 unwind.proc_start = expr_build_dot ();
3068 /* Reset the rest of the unwind info. */
3069 unwind.opcode_count = 0;
3070 unwind.table_entry = NULL;
3071 unwind.personality_routine = NULL;
3072 unwind.personality_index = -1;
3073 unwind
[all...]
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_locore.asm23 popl %eax /* gcc unwind code need this */
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c2451 able to unwind the stack. */
2838 /* Don't even pretend that the unwind code can intuit its way
8774 /* The function emits unwind directives for the start of an epilogue. */
8777 process_epilogue (FILE *asm_out_file, rtx insn, bool unwind, bool frame)
8784 if (unwind)
8790 if (unwind)
8801 process_set (FILE *asm_out_file, rtx pat, rtx insn, bool unwind, bool frame)
8818 if (unwind)
8832 process_epilogue (asm_out_file, insn, unwind, frame);
8833 if (unwind)
8756 process_epilogue(FILE *asm_out_file, rtx insn, bool unwind, bool frame) argument
8780 process_set(FILE *asm_out_file, rtx pat, rtx insn, bool unwind, bool frame) argument
9018 bool unwind = (flag_unwind_tables local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp28 #include <unwind.h>
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp28 #define DEBUG_TYPE "macho-compact-unwind"
42 // There are 3 types of compact unwind entry, distinguished by the encoding
43 // value: 0 indicates a function with no unwind info;
46 // real compact unwind entry -- personalityFunction will be set and
298 // Skip rest of pass if no unwind info.
347 auto *unwind = new (_file.allocator()) variable
350 mergedFile.addAtom(*unwind);
479 /// unwind atom that doesn't require the EH frame.
490 // (1) EH frames used by compact unwind entries.
496 // unwind inf
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c12 #include <unwind.h>
327 // mark that this is a non-forced unwind, so _Unwind_Resume() can do the right
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile29 ${_fork_child} frame-base.c frame-unwind.c frame.c \

Completed in 274 milliseconds

123