/src/sys/arch/i386/stand/ |
Makefile.inc | 12 OPT_SIZE.gcc= -Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \ 13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
|
/src/sys/arch/hppa/conf/ |
ld.script | 31 .PARISC.unwind : { *(.PARISC.unwind) }
|
/src/sys/arch/hppa/stand/boot/ |
ld.script | 45 /* don't need an unwind in the boot, unless we'll have a boot-ddb (; */ 48 *(.PARISC.unwind)
|
/src/sys/arch/hppa/stand/cdboot/ |
ld.script | 45 /* don't need an unwind in the boot, unless we'll have a boot-ddb (; */ 48 *(.PARISC.unwind)
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer_report.cc | 109 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, fast); 169 UnwindSignalStackCallbackType unwind, 181 unwind(sig, unwind_context, stack); 187 UnwindSignalStackCallbackType unwind, 211 unwind(sig, unwind_context, stack); 220 UnwindSignalStackCallbackType unwind, 223 ReportStackOverflowImpl(sig, tid, unwind, unwind_context); 225 ReportDeadlySignalImpl(sig, tid, unwind, unwind_context); 229 UnwindSignalStackCallbackType unwind, 234 ReportDeadlySignal(sig, tid, unwind, unwind_context) [all...] |
sanitizer_symbolizer_markup.cc | 27 #include <unwind.h> 102 UnwindSignalStackCallbackType unwind,
|
/src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
elf_ia64_efi.lds | 80 *(.IA_64.unwind*) 81 *(.IA64.unwind*)
|
/src/distrib/arc/ramdisk/ |
Makefile | 11 DBG= -Os -mmemcpy -fno-unwind-tables
|
/src/distrib/dreamcast/ramdisk/ |
Makefile | 11 DBG= -Os -fno-unwind-tables
|
/src/distrib/sparc/ramdisk/ |
Makefile | 16 DBG= ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer -fno-unwind-tables : -Os }
|
/src/lib/libexecinfo/ |
unwind.c | 1 /* $NetBSD: unwind.c,v 1.5 2020/07/26 15:53:05 christos Exp $ */ 35 #include <unwind.h>
|
Makefile | 22 SRCS+=unwind.c
|
/src/lib/libkern/ |
Makefile | 18 COPTS+= -fno-unwind-tables
|
/src/sys/arch/evbarm/stand/bootimx23/ |
Makefile | 10 CFLAGS+= -Wall -Wno-main -ffreestanding -fno-unwind-tables
|
/src/sys/arch/ia64/conf/ |
kern.ldscript | 26 .IA_64.unwind : { *(.IA_64.unwind* .gnu.linkonce.ia64unw.*) }
|
/src/sys/stand/efiboot/bootarm/ |
Makefile | 16 COPTS+= -ffreestanding -fno-unwind-tables
|
/src/distrib/next68k/ramdisk/ |
Makefile | 11 DBG= -Os -fno-unwind-tables
|
/src/distrib/evbppc/ramdisk/ |
Makefile | 11 DBG= ${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
|
/src/distrib/x68k/floppies/ramdisk/ |
Makefile | 13 DBG= -Os -fno-unwind-tables
|
/src/sys/arch/sun68k/stand/libsa/ |
Makefile | 22 COPTS= -Os -fno-defer-pop -ffreestanding -fno-unwind-tables
|
/src/distrib/sun2/ramdisk/ |
Makefile | 12 DBG= -Os -fno-unwind-tables -fno-ident
|
/src/distrib/ews4800mips/floppies/ramdisk/ |
Makefile | 11 DBG= -Os -mmemcpy -fno-unwind-tables
|
/src/sys/arch/ia64/ia64/ |
db_trace.c | 50 #include <ia64/unwind/decode.h> 51 #include <ia64/unwind/stackframe.h> 107 /* Get into unwind loop. */ 124 } else (*pr) ("Unwind from arbitrary addresses unimplemented. \n"); 141 /* Generates initial unwind frame context based on the contents 142 * of the trap frame, by consulting the Unwind library
|
/src/sys/arch/evbarm/stand/boot2440/ |
Makefile | 13 CFLAGS+= -Wall -Wno-main -ffreestanding -fno-unwind-tables
|
/src/sys/arch/shark/stand/ofwboot/ |
Makefile | 40 CFLAGS+= -fno-unwind-tables
|