/kernel/linux/linux-5.10/fs/sysv/ |
H A D | Makefile | 6 obj-$(CONFIG_SYSV_FS) += sysv.o 8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | Makefile | 6 obj-$(CONFIG_SYSV_FS) += sysv.o 8 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
|
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/ |
H A D | Makefile | 18 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/ |
H A D | Makefile | 13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
|
/kernel/linux/linux-6.6/arch/sh/kernel/vsyscall/ |
H A D | Makefile | 18 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 -Wl,--hash-style=sysv
|
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
H A D | Makefile | 65 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | Makefile | 22 --hash-style=sysv --build-id=sha1 \
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/ |
H A D | Makefile | 26 ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | Makefile | 16 -Wl,-soname=linux-vdso.so.1 -Wl,--hash-style=sysv
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/ |
H A D | Makefile | 24 ldflags-y := -shared -soname=linux-vdso.so.1 --hash-style=sysv \
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | Makefile | 20 --hash-style=sysv --build-id=sha1 \
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | Makefile | 13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | st.h | 62 unsigned char sysv; /* SYS V semantics? */ member
|
H A D | st.c | 1429 if (!STm->sysv || STps->rw != ST_READING) { in st_flush() 2273 " sysv: %d nowait: %d sili: %d " 2275 STm->sysv, STp->immediate, STp->sili, in st_set_options() 2323 STm->sysv = (options & MT_ST_SYSV) != 0; in st_set_options() 2357 STm->sysv = value; in st_set_options() 4382 STm->sysv = ST_SYSV; in st_probe() 4705 options |= STm->sysv ? MT_ST_SYSV : 0;
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | st.h | 61 unsigned char sysv; /* SYS V semantics? */ member
|
H A D | st.c | 1430 if (!STm->sysv || STps->rw != ST_READING) { in st_flush() 2274 " sysv: %d nowait: %d sili: %d " 2276 STm->sysv, STp->immediate, STp->sili, in st_set_options() 2324 STm->sysv = (options & MT_ST_SYSV) != 0; in st_set_options() 2358 STm->sysv = value; in st_set_options() 4334 STm->sysv = ST_SYSV; in st_probe() 4651 options |= STm->sysv ? MT_ST_SYSV : 0;
|
/kernel/linux/linux-6.6/arch/x86/um/vdso/ |
H A D | Makefile | 68 VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
|
/kernel/linux/linux-5.10/arch/loongarch/vdso/ |
H A D | Makefile | 42 --hash-style=sysv --build-id -T
|
/kernel/linux/linux-6.6/arch/loongarch/vdso/ |
H A D | Makefile | 39 --hash-style=sysv --build-id -T
|
/kernel/linux/linux-5.10/fs/ |
H A D | Makefile | 101 obj-$(CONFIG_SYSV_FS) += sysv/
|
/kernel/linux/linux-6.6/fs/ |
H A D | Makefile | 94 obj-$(CONFIG_SYSV_FS) += sysv/
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 119 VDSO_LDFLAGS += -nostdlib -shared --hash-style=sysv --build-id=sha1
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 101 VDSO_LDFLAGS += -shared --hash-style=sysv --build-id=sha1
|
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | Makefile | 59 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
|
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | Makefile | 61 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
|