OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
ia64
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
15.37 KB
06/16/2023 05:32:39 PM
rw-r--r--
📄
Kconfig.debug
1.86 KB
06/16/2023 05:32:39 PM
rw-r--r--
📄
Makefile
3.16 KB
01/28/2018 09:20:33 PM
rw-r--r--
📁
dig
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
hp
-
05/09/2024 07:14:12 AM
rwxr-xr-x
📁
include
-
05/09/2024 07:14:12 AM
rwxr-xr-x
📄
install.sh
958 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
kernel
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
lib
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
mm
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
module.lds
394 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
oprofile
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
pci
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
scripts
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
sn
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
uv
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: module.lds
Close
/* SPDX-License-Identifier: GPL-2.0 */ SECTIONS { /* Group unwind sections into a single section: */ .IA_64.unwind_info : { *(.IA_64.unwind_info*) } .IA_64.unwind : { *(.IA_64.unwind*) } /* * Create place-holder sections to hold the PLTs, GOT, and * official procedure-descriptors (.opd). */ .core.plt : { BYTE(0) } .init.plt : { BYTE(0) } .got : { BYTE(0) } .opd : { BYTE(0) } }