Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 32) sorted by relevance

12

/optee_rust/examples/time-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/hello_world-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/secure_storage-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/hotp-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/supp_plugin-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/big_int-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/diffie_hellman-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/aes-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/udp_socket-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/tcp_client-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/digest-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/serde-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/random-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/message_passing_interface-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/authentication-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/acipher-rs/host/
A DMakefile36 all: host strip
41 strip: target
42 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/$(NAME) $(OUT_DIR)/$(NAME)
/optee_rust/examples/supp_plugin-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/time-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/hello_world-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/secure_storage-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/random-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/hotp-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/aes-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/authentication-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta
/optee_rust/examples/big_int-rs/ta/
A DMakefile40 all: ta strip sign
45 strip: target
46 @$(OBJCOPY) --strip-unneeded $(OUT_DIR)/ta $(OUT_DIR)/stripped_ta

Completed in 35 milliseconds

12