Home
last modified time | relevance | path

Searched defs:LDFLAGS_vmlinux (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/arch/x86/
DMakefile255 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
257 LDFLAGS_vmlinux := macro
/linux-6.12.1/arch/nios2/boot/compressed/
DMakefile11 LDFLAGS_vmlinux := -T macro
/linux-6.12.1/arch/sh/boot/romimage/
DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux-6.12.1/arch/sh/boot/compressed/
DMakefile30 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux-6.12.1/arch/alpha/
DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux-6.12.1/arch/arm/boot/compressed/
DMakefile107 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
/linux-6.12.1/arch/parisc/boot/compressed/
DMakefile22 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux-6.12.1/arch/x86/boot/compressed/
DMakefile58 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
/linux-6.12.1/arch/s390/
DMakefile18 LDFLAGS_vmlinux := -no-pie --emit-relocs --discard-none macro
/linux-6.12.1/arch/m68k/
DMakefile77 LDFLAGS_vmlinux = -N macro
/linux-6.12.1/arch/arm64/
DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X --pic-veneer macro
/linux-6.12.1/arch/s390/boot/
DMakefile68 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-… macro
/linux-6.12.1/arch/riscv/
DMakefile9 LDFLAGS_vmlinux := -z norelro macro
/linux-6.12.1/arch/powerpc/
DMakefile113 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/linux-6.12.1/arch/arm/
DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
/linux-6.12.1/
DMakefile525 LDFLAGS_vmlinux = macro
1164 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro