003 File Manager
Current Path:
/usr/src/sys/arm64/linux
usr
/
src
/
sys
/
arm64
/
linux
/
📁
..
📄
Makefile
(103 B)
📄
linux.h
(7.19 KB)
📄
linux_dummy_machdep.c
(2.13 KB)
📄
linux_genassym.c
(46 B)
📄
linux_locore.asm
(2.06 KB)
📄
linux_machdep.c
(4.28 KB)
📄
linux_proto.h
(83.25 KB)
📄
linux_ptrace.c
(1.95 KB)
📄
linux_support.s
(1.73 KB)
📄
linux_syscall.h
(9.63 KB)
📄
linux_syscalls.c
(13.6 KB)
📄
linux_sysent.c
(49.34 KB)
📄
linux_systrace_args.c
(119.01 KB)
📄
linux_sysvec.c
(15.98 KB)
📄
linux_vdso.lds.s
(475 B)
📄
syscalls.conf
(278 B)
📄
syscalls.master
(27.77 KB)
Editing: linux_vdso.lds.s
/* * Stub arm64 vdso linker script. * LINUXTODO: update along with VDSO implementation * * $FreeBSD$ */ SECTIONS { . = . + SIZEOF_HEADERS; .text : { *(.text*) } .rodata : { *(.rodata*) } .hash : { *(.hash) } .gnu.hash : { *(.gnu.hash) } .dynsym : { *(.dynsym) } .dynstr : { *(.dynstr) } .gnu.version : { *(.gnu.version) } .gnu.version_d : { *(.gnu.version_d) } .gnu.version_r : { *(.gnu.version_r) } .data : { *(.data*) } .dynamic : { *(.dynamic) } }
Upload File
Create Folder