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

/linux-master/arch/sh/boot/romimage/
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
/linux-master/arch/nios2/boot/compressed/
H A DMakefile11 LDFLAGS_vmlinux := -T macro
/linux-master/arch/alpha/
H A DMakefile13 LDFLAGS_vmlinux := -static -N #-relax macro
/linux-master/arch/m68k/
H A DMakefile77 LDFLAGS_vmlinux = -N macro
/linux-master/arch/sh/boot/compressed/
H A DMakefile33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
/linux-master/arch/riscv/
H A DMakefile9 LDFLAGS_vmlinux := -z norelro macro
/linux-master/arch/powerpc/
H A DMakefile113 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
/linux-master/arch/parisc/boot/compressed/
H A DMakefile26 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
/linux-master/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro
/linux-master/arch/arm64/
H A DMakefile13 LDFLAGS_vmlinux :=--no-undefined -X macro
/linux-master/arch/s390/boot/
H A DMakefile81 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-Map=$(obj)/vmlinux.map) --build-id=sha1 -T macro
/linux-master/arch/x86/
H A DMakefile225 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
227 LDFLAGS_vmlinux := macro
/linux-master/arch/arm/boot/compressed/
H A DMakefile113 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro
/linux-master/arch/x86/boot/compressed/
H A DMakefile69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro
/linux-master/arch/s390/
H A DMakefile19 LDFLAGS_vmlinux := -pie -z notext macro
22 LDFLAGS_vmlinux := --emit-relocs --discard-none macro
/linux-master/
H A DMakefile532 LDFLAGS_vmlinux = macro
1157 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux) macro
1158 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) macro
[all...]

Completed in 225 milliseconds