Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 108) sorted by relevance

12345

/tools/testing/selftests/riscv/vector/
A DMakefile11 $(CC) -static -c -o$@ $(CFLAGS) $^
14 $(CC) -static -c -o$@ $(CFLAGS) $^
17 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
20 $(CC) -nostdlib -static -include ../../../../include/nolibc/nolibc.h \
24 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
27 $(CC) -nostdlib -static -include ../../../../include/nolibc/nolibc.h \
/tools/testing/selftests/drivers/net/mlxsw/
A Dvxlan_fdb_veto.sh67 bridge fdb add 01:02:03:04:05:06 dev vxlan0 self static \
71 bridge fdb add 01:02:03:04:05:06 dev vxlan0 self static \
82 bridge fdb add 00:01:02:03:04:05 dev vxlan0 self static \
86 bridge fdb replace 00:01:02:03:04:05 dev vxlan0 self static \
90 bridge fdb replace 00:01:02:03:04:05 dev vxlan0 self static \
102 bridge fdb add 00:00:00:00:00:00 dev vxlan0 self static \
106 bridge fdb append 00:00:00:00:00:00 dev vxlan0 self static \
110 bridge fdb append 00:00:00:00:00:00 dev vxlan0 self static \
/tools/testing/selftests/riscv/hwprobe/
A DMakefile12 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
15 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
18 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
/tools/testing/selftests/exec/
A DMakefile10 ALIGN_STATIC_PIES := $(patsubst %,load_address.static.%,$(ALIGNS))
45 $(OUTPUT)/load_address.static.0x%: load_address.c
47 -fPIE -static-pie $< -o $@
49 $(CC) $(CFLAGS) $(LDFLAGS) -static $< -o $@
/tools/verification/rv/
A DMakefile65 static: $(RV_IN) target
66 $(eval LDFLAGS += -static)
67 $(QUIET_LINK)$(CC) $(LDFLAGS) -o $(RV)-static $(RV_IN) $(EXTLIBS)
78 $(Q)rm -f rv rv-static fixdep FEATURE-DUMP rv-*
A D.gitignore3 rv-static
/tools/tracing/rtla/
A DMakefile84 static: $(RTLA_IN) target
85 $(eval LDFLAGS += -static)
86 $(QUIET_LINK)$(CC) -static $(LDFLAGS) -o $(RTLA)-static $(RTLA_IN) $(EXTLIBS)
97 $(Q)rm -f rtla rtla-static fixdep FEATURE-DUMP rtla-*
A DMakefile.standalone23 @test ! -f rtla-static || rm rtla-static
A D.gitignore3 rtla-static
/tools/testing/selftests/landlock/
A DMakefile21 $(TEST_GEN_PROGS_EXTENDED): LDFLAGS += -static
27 $(TEST_GEN_PROGS_EXTENDED): LDFLAGS += -static
/tools/testing/selftests/net/forwarding/
A Dbridge_locked_port.sh107 bridge fdb add `mac_get $h1` dev $swp1 master static
113 bridge fdb del `mac_get $h1` dev $swp1 master static
137 bridge fdb add `mac_get $h1` dev $swp1 vlan 100 master static
143 bridge fdb del `mac_get $h1` dev $swp1 vlan 100 master static
166 bridge fdb add `mac_get $h1` dev $swp1 master static
171 bridge fdb del `mac_get $h1` dev $swp1 master static
203 bridge fdb replace `mac_get $h1` dev $swp1 master static
285 bridge fdb add $unlocked_mac1 dev $swp1 vlan 1 master static
286 bridge fdb add $unlocked_mac2 dev $swp2 vlan 1 master static
314 bridge fdb del $unlocked_mac2 dev $swp2 vlan 1 master static
[all …]
A Dbridge_fdb_learning_limit.sh132 bridge fdb add "$H1_DEFAULT_MAC" dev "$swp1" master static use
151 static)
152 bridge fdb replace "$mac" dev "$swp1" master static
155 bridge fdb replace "$mac" dev "$swp1" master static use
A Dbridge_sticky_fdb.sh51 bridge fdb add $TEST_MAC dev $swp1 master static sticky
53 bridge fdb del $TEST_MAC dev $swp1 vlan 1 master static sticky
/tools/testing/selftests/drivers/net/dsa/
A Dtest_bridge_fdb_stress.sh38 bridge fdb add 00:01:02:03:04:05 dev $eth master static
39 bridge fdb del 00:01:02:03:04:05 dev $eth master static
/tools/testing/selftests/rcutorture/bin/
A Dmkinitrd.sh79 -s -static -Os -o init init.c -lgcc
82 ${CROSS_COMPILE}gcc -s -static -Os -o init init.c
/tools/bpf/bpftool/Documentation/
A Dbpftool-btf.rst147 static int static_var __attribute__((section("data_sec"))) = 123;
189 [22] VAR 'my_func.static_var' type_id=3, linkage=static
257 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static
258 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static
261 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static
262 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static
266 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static
267 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static
268 [104860] FUNC 'smbus_alert' type_id=71367 linkage=static
269 [104861] FUNC 'smbus_do_alert' type_id=84827 linkage=static
/tools/perf/Documentation/
A DBuild.txt6 - libperf library (static)
8 - traceevent library (static)
87 For static linking, the option `LDFLAGS="-static"` is required.
90 LDFLAGS="-static" -C tools/perf
/tools/testing/selftests/arm64/bti/
A DMakefile40 $(CC) $(CFLAGS_BTI) $(CFLAGS_COMMON) -nostdlib -static -o $@ $^
51 $(CC) $(CFLAGS_BTI) $(CFLAGS_COMMON) -nostdlib -static -o $@ $^
/tools/testing/selftests/size/
A DMakefile2 CFLAGS := -static -ffreestanding -nostartfiles -s
/tools/lib/perf/
A D.gitignore5 tests-static
/tools/testing/selftests/tdx/
A DMakefile3 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES) -static
/tools/testing/selftests/dmabuf-heaps/
A DMakefile2 CFLAGS += -static -O3 -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
/tools/testing/selftests/riscv/abi/
A DMakefile10 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
/tools/testing/selftests/riscv/sigreturn/
A DMakefile12 $(CC) -static -o$@ $(CFLAGS) $(LDFLAGS) $^
/tools/testing/selftests/fchmodat2/
A DMakefile10 CFLAGS += -static-libasan

Completed in 22 milliseconds

12345