Searched refs:LDFLAGS_vmlinux (Results 1 – 23 of 23) sorted by relevance
118 LDFLAGS_vmlinux = --defsym _kernel_bss_size=$(KBSS_SZ) macro121 LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)124 LDFLAGS_vmlinux += --be8127 LDFLAGS_vmlinux += --no-undefined129 LDFLAGS_vmlinux += -X132 LDFLAGS_vmlinux += --orphan-handling=warn135 LDFLAGS_vmlinux += -T
13 LDFLAGS_vmlinux :=--no-undefined -X macro19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \25 LDFLAGS_vmlinux += --fix-cortex-a53-843419
103 LDFLAGS_vmlinux += -e _stext107 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd)111 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
65 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker) macro67 LDFLAGS_vmlinux += --orphan-handling=warn69 LDFLAGS_vmlinux += -T
191 LDFLAGS_vmlinux := --emit-relocs --discard-none macro193 LDFLAGS_vmlinux := macro202 LDFLAGS_vmlinux += -z max-page-size=0x200000
121 LDFLAGS_vmlinux-y := -Bstatic122 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) := -pie123 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext124 LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-y) macro
29 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup --build-id=sha1 -T macro33 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
10 LDFLAGS_vmlinux := macro12 LDFLAGS_vmlinux := --no-relax macro
11 LDFLAGS_vmlinux := -T macro
8 LDFLAGS_vmlinux += -G0
35 LDFLAGS_vmlinux="$3"181 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}"
16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \ macro
22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \ macro
13 LDFLAGS_vmlinux := -static -N #-relax macro
2 LDFLAGS_vmlinux := --no-undefined -X macro
39 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \ macro
21 LDFLAGS_vmlinux := -static macro
13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro macro15 LDFLAGS_vmlinux += --be8
493 LDFLAGS_vmlinux = macro887 LDFLAGS_vmlinux += --gc-sections1031 LDFLAGS_vmlinux += --build-id=sha11034 LDFLAGS_vmlinux += $(call ld-option, -X,)1038 LDFLAGS_vmlinux += --pack-dyn-relocs=relr --use-android-relr-tags1044 LDFLAGS_vmlinux += --orphan-handling=warn
27 LDFLAGS_vmlinux := -X -e startup --as-needed -T macro
19 LDFLAGS_vmlinux := -pie macro
99 LDFLAGS_vmlinux += -G 0 -static -n -nostdlib104 LDFLAGS_vmlinux += --emit-relocs
737 LDFLAGS_vmlinux += $(call ld-option, -X)1107 LDFLAGS_vmlinux1110 LDFLAGS_vmlinux is used to specify additional flags to pass to1112 LDFLAGS_vmlinux uses the LDFLAGS_$@ support.1117 LDFLAGS_vmlinux := -e stext
Completed in 31 milliseconds