Searched refs:ldflags (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/tools/testing/cxl/ |
| H A D | Kbuild | 2 ldflags-y += --wrap=acpi_table_parse_cedt 3 ldflags-y += --wrap=is_acpi_device_node 4 ldflags-y += --wrap=acpi_evaluate_integer 5 ldflags-y += --wrap=acpi_pci_find_root 6 ldflags-y += --wrap=nvdimm_bus_register 8 ldflags-y += --wrap=devm_cxl_setup_hdm 11 ldflags-y += --wrap=cxl_await_media_ready 12 ldflags-y += --wrap=cxl_hdm_decode_init 13 ldflags-y += --wrap=cxl_dvsec_rr_decode 14 ldflags-y += --wrap=devm_cxl_add_rch_dport [all …]
|
| /linux-6.15/tools/testing/nvdimm/ |
| H A D | Kbuild | 2 ldflags-y += --wrap=ioremap_wc 3 ldflags-y += --wrap=memremap 4 ldflags-y += --wrap=devm_ioremap 5 ldflags-y += --wrap=devm_memremap 6 ldflags-y += --wrap=devm_memunmap 7 ldflags-y += --wrap=ioremap 8 ldflags-y += --wrap=iounmap 9 ldflags-y += --wrap=memunmap 12 ldflags-y += --wrap=__request_region 15 ldflags-y += --wrap=insert_resource [all …]
|
| /linux-6.15/scripts/ |
| H A D | link-vmlinux.sh | 55 local ldflags 85 ldflags="${CFLAGS_vmlinux}" 90 ldflags="${KBUILD_LDFLAGS} ${LDFLAGS_vmlinux}" 94 ldflags="${ldflags} ${wl}--script=${objtree}/${KBUILD_LDS}" 98 ldflags="${ldflags} ${wl}--strip-debug" 102 ldflags="${ldflags} ${wl}-Map=vmlinux.map" 105 ${ld} ${ldflags} -o ${output} \
|
| H A D | Makefile.build | 27 ldflags-y :=
|
| H A D | Makefile.lib | 251 ld_flags = $(KBUILD_LDFLAGS) $(ldflags-y) $(LDFLAGS_$(@F))
|
| /linux-6.15/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 48 ldflags-y := -Wl,--hash-style=both -nostdlib -shared -z noexecstack $(CLANG_FLAGS) 49 ldflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld) 50 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 53 ldflags-y += $(filter-out $(CC_AUTO_VAR_INIT_ZERO_ENABLER) $(CC_FLAGS_FTRACE) -Wa$(comma)%, $(KBUIL… 114 …cmd_vdso32ld_and_check = $(VDSOCC) $(ldflags-y) $(CC32FLAGS) $(LD32FLAGS) -o $@ -Wl,-T$(filter %.l… 121 …cmd_vdso64ld_and_check = $(VDSOCC) $(ldflags-y) $(LD64FLAGS) -o $@ -Wl,-T$(filter %.lds,$^) $(filt…
|
| /linux-6.15/arch/arm/vdso/ |
| H A D | Makefile | 17 ldflags-$(CONFIG_CPU_ENDIAN_BE8) := --be8 18 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \ 19 -z max-page-size=4096 -shared $(ldflags-y) \
|
| /linux-6.15/arch/arm64/kernel/vdso/ |
| H A D | Makefile | 24 ldflags-y := -shared -soname=linux-vdso.so.1 \ 28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL) 31 ldflags-y += -T
|
| /linux-6.15/arch/hexagon/ |
| H A D | Makefile | 24 ldflags-y += $(call cc-option,-mv${CONFIG_HEXAGON_ARCH_VERSION}) 28 KBUILD_LDFLAGS += $(ldflags-y)
|
| /linux-6.15/arch/arc/ |
| H A D | Makefile | 73 ldflags-$(CONFIG_CPU_BIG_ENDIAN) += -EB 83 KBUILD_LDFLAGS += $(ldflags-y)
|
| /linux-6.15/arch/loongarch/vdso/ |
| H A D | Makefile | 38 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | Makefile | 35 ldflags-y := -shared -soname=linux-vdso64.so.1 \
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_struct.h | 122 u64 ldflags : 8; member
|
| /linux-6.15/arch/mips/vdso/ |
| H A D | Makefile | 54 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.config | 297 ifeq ($(shell $(PYTHON_CONFIG_SQ) --ldflags --embed 2>&1 1>/dev/null; echo $$?), 0) 298 PYTHON_CONFIG_LDFLAGS := --ldflags --embed 300 PYTHON_CONFIG_LDFLAGS := --ldflags
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | Makefile | 166 LDFLAGS += $(shell $(LLVM_CONFIG) --ldflags)
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 317 ccflags-y, asflags-y and ldflags-y 341 ldflags-y specifies options for linking with $(LD). 346 ldflags-y += -T $(src)/decompress_$(arch-y).lds 1100 Note: ldflags-y can be used to further customise
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile | 188 LLVM_LDFLAGS += $(shell $(LLVM_CONFIG) --ldflags)
|