Home
last modified time | relevance | path

Searched refs:debug_frame (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/arc/kernel/
Dvmlinux.lds.S123 .debug_frame : {
125 *(.debug_frame) argument
134 /DISCARD/ : { *(.debug_frame) }
Dentry.S773 ; section (.debug_frame) as loadable. So we force it here.
776 .section .debug_frame, "wa",@progbits
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.lds56 .debug_frame 0 : { *(.debug_frame) }
/linux-4.1.27/arch/s390/kernel/vdso32/
Dvdso32.lds.S80 .debug_frame 0 : { *(.debug_frame) }
/linux-4.1.27/arch/s390/kernel/vdso64/
Dvdso64.lds.S80 .debug_frame 0 : { *(.debug_frame) }
/linux-4.1.27/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S99 .debug_frame 0 : { *(.debug_frame) }
/linux-4.1.27/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S98 .debug_frame 0 : { *(.debug_frame) }
/linux-4.1.27/arch/xtensa/kernel/
Dvmlinux.lds.S346 .debug_frame 0 : { *(.debug_frame) }
/linux-4.1.27/include/linux/
Dhdlc.h77 static __inline__ void debug_frame(const struct sk_buff *skb) in debug_frame() function
/linux-4.1.27/arch/x86/include/asm/
Ddwarf2.h47 .cfi_sections .debug_frame
/linux-4.1.27/include/asm-generic/
Dvmlinux.lds.h587 .debug_frame 0 : { *(.debug_frame) } \
/linux-4.1.27/drivers/net/wan/
Dhd64572.c223 debug_frame(skb); in sca_rx()
579 debug_frame(skb); in sca_xmit()
Dwanxl.c221 debug_frame(skb); in wanxl_rx_intr()
293 debug_frame(skb); in wanxl_xmit()
Dhd64570.c280 debug_frame(skb); in sca_rx()
636 debug_frame(skb); in sca_xmit()
/linux-4.1.27/arch/x86/
DMakefile147 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1)
/linux-4.1.27/arch/alpha/kernel/
Dentry.S15 .cfi_sections .debug_frame
/linux-4.1.27/tools/perf/config/
DMakefile345 msg := $(warning No debug_frame support found in libunwind);