@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
src
/
linux-headers-5.4.0-216
/
arch
/
sh
/
include
/
asm
/
Path :
Upload File :
New :
File
Dir
//usr/src/linux-headers-5.4.0-216/arch/sh/include/asm/vmlinux.lds.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_VMLINUX_LDS_H #define __ASM_SH_VMLINUX_LDS_H #include <asm-generic/vmlinux.lds.h> #ifdef CONFIG_DWARF_UNWINDER #define DWARF_EH_FRAME \ .eh_frame : AT(ADDR(.eh_frame) - LOAD_OFFSET) { \ __start_eh_frame = .; \ *(.eh_frame) \ __stop_eh_frame = .; \ } #else #define DWARF_EH_FRAME #endif #ifdef CONFIG_SUPERH64 #define EXTRA_TEXT \ *(.text64) \ *(.text..SHmedia32) #else #define EXTRA_TEXT #endif #endif /* __ASM_SH_VMLINUX_LDS_H */