/Linux-v4.19/arch/ia64/kernel/ |
D | vmlinux.lds.S | 20 unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */ 29 *(.IA_64.unwind.exit.text) 101 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) { 103 *(.IA_64.unwind*) argument 105 } :code :unwind
|
D | gate.lds.S | 54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind 89 unwind PT_IA_64_UNWIND;
|
/Linux-v4.19/arch/ia64/ |
D | module.lds | 3 /* Group unwind sections into a single section: */ 5 .IA_64.unwind : { *(.IA_64.unwind*) }
|
/Linux-v4.19/kernel/locking/ |
D | locktorture.c | 885 goto unwind; in lock_torture_init() 891 goto unwind; in lock_torture_init() 925 goto unwind; in lock_torture_init() 958 goto unwind; in lock_torture_init() 975 goto unwind; in lock_torture_init() 980 goto unwind; in lock_torture_init() 986 goto unwind; in lock_torture_init() 991 goto unwind; in lock_torture_init() 1001 goto unwind; in lock_torture_init() 1014 goto unwind; in lock_torture_init() [all …]
|
/Linux-v4.19/tools/perf/arch/arm/util/ |
D | Build | 3 libperf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 4 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/Linux-v4.19/tools/perf/arch/powerpc/util/ |
D | Build | 9 libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o 10 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/Linux-v4.19/tools/perf/arch/arm64/util/ |
D | Build | 4 libperf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 5 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/Linux-v4.19/kernel/rcu/ |
D | rcuperf.c | 684 goto unwind; in rcu_perf_init() 703 goto unwind; in rcu_perf_init() 711 goto unwind; in rcu_perf_init() 717 goto unwind; in rcu_perf_init() 731 goto unwind; in rcu_perf_init() 739 goto unwind; in rcu_perf_init() 744 goto unwind; in rcu_perf_init() 749 unwind: in rcu_perf_init()
|
D | rcutorture.c | 1967 goto unwind; in rcu_torture_init() 2022 goto unwind; in rcu_torture_init() 2030 goto unwind; in rcu_torture_init() 2037 goto unwind; in rcu_torture_init() 2044 goto unwind; in rcu_torture_init() 2050 goto unwind; in rcu_torture_init() 2056 goto unwind; in rcu_torture_init() 2061 goto unwind; in rcu_torture_init() 2068 goto unwind; in rcu_torture_init() 2077 goto unwind; in rcu_torture_init() [all …]
|
/Linux-v4.19/tools/perf/arch/x86/util/ |
D | Build | 13 libperf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 14 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/Linux-v4.19/arch/parisc/kernel/ |
D | vmlinux.lds.S | 122 .PARISC.unwind : { 124 *(.PARISC.unwind)
|
/Linux-v4.19/tools/perf/ |
D | Makefile.config | 136 FEATURE_CHECK_CFLAGS-libdw-dwarf-unwind := $(LIBDW_CFLAGS) 137 FEATURE_CHECK_LDFLAGS-libdw-dwarf-unwind := $(LIBDW_LDFLAGS) $(DWARFLIBS) 336 ifneq ($(feature-libdw-dwarf-unwind),1) 338 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 512 dwarf-post-unwind := 1 513 dwarf-post-unwind-text := BUG 518 msg := $(warning Disabling post unwind, no support found.); 519 dwarf-post-unwind := 0 521 dwarf-post-unwind-text := libdw 525 dwarf-post-unwind-text := libunwind [all …]
|
/Linux-v4.19/net/8021q/ |
D | vlan_core.c | 237 goto unwind; in vlan_filter_push_vids() 243 unwind: in vlan_filter_push_vids() 385 goto unwind; in vlan_vids_add_by_dev() 389 unwind: in vlan_vids_add_by_dev()
|
/Linux-v4.19/tools/perf/arch/arm64/tests/ |
D | Build | 2 libperf-y += dwarf-unwind.o
|
/Linux-v4.19/tools/perf/arch/powerpc/tests/ |
D | Build | 2 libperf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
/Linux-v4.19/tools/perf/arch/arm/tests/ |
D | Build | 2 libperf-y += dwarf-unwind.o
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | module.h | 22 struct unwind_table *unwind; member
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | module.h | 21 struct elf64_shdr *unwind; /* unwind-table section */ member
|
/Linux-v4.19/tools/perf/arch/s390/util/ |
D | Build | 5 libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
/Linux-v4.19/arch/sh/kernel/cpu/sh5/ |
D | Makefile | 8 obj-$(CONFIG_KALLSYMS) += unwind.o
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | Build | 2 libperf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
/Linux-v4.19/arch/arm/include/asm/ |
D | module.h | 29 struct unwind_table *unwind[ARM_SEC_MAX]; member
|
/Linux-v4.19/tools/build/ |
D | Makefile.feature | 63 libdw-dwarf-unwind \ 113 libdw-dwarf-unwind \
|
/Linux-v4.19/arch/arm/kernel/ |
D | module.c | 381 mod->arch.unwind[i] = in module_finalize() 409 if (mod->arch.unwind[i]) in module_arch_cleanup() 410 unwind_table_del(mod->arch.unwind[i]); in module_arch_cleanup()
|
/Linux-v4.19/tools/testing/selftests/vDSO/ |
D | Makefile | 14 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
|