Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:STRIP
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-6.6/arch/loongarch/boot/
H
A
D
Makefile
11
quiet_cmd_strip =
STRIP
$@
12
cmd_strip = $(
STRIP
) -s -o $@ $<
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H
A
D
Makefile
64
STRIP
:= strip
macro
69
STRIP
:= $(CBUILD)-strip
macro
273
$(
STRIP
) -s $@
294
$(
STRIP
) -s $@
303
$(
STRIP
) -s $@
308
$(
STRIP
) -s $@
318
$(
STRIP
) -s $@
328
$(
STRIP
) -s $@
339
$(
STRIP
) -s $@
343
$(
STRIP
)
[all...]
/kernel/linux/linux-5.10/arch/microblaze/boot/
H
A
D
Makefile
19
quiet_cmd_strip =
STRIP
$< $@$2
20
cmd_strip = $(
STRIP
) -K microblaze_start -K _end -K __log_buf \
/kernel/linux/linux-6.6/arch/microblaze/boot/
H
A
D
Makefile
19
quiet_cmd_strip =
STRIP
$< $@$2
20
cmd_strip = $(
STRIP
) -K microblaze_start -K _end -K __log_buf \
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H
A
D
Makefile
267
STRIP
:= $(CHOST)-strip
macro
355
$(
STRIP
) -s $(TOOLCHAIN_PATH)/$(CHOST)/lib/libc.so
373
$(
STRIP
) -s $@
382
$(
STRIP
) -s $@
387
$(
STRIP
) -s $@
397
$(
STRIP
) -s $@
407
$(
STRIP
) -s $@
418
$(
STRIP
) -s $@
422
$(
STRIP
) -s $@
433
$(
STRIP
)
[all...]
/kernel/linux/linux-5.10/scripts/
H
A
D
objdiff
67
$
STRIP
-g $1 -R __bug_table -R .note -R .comment -o $stripped
78
STRIP
="${CROSS_COMPILE}strip"
/kernel/linux/linux-6.6/scripts/
H
A
D
objdiff
67
$
STRIP
-g $1 -R __bug_table -R .note -R .comment -o $stripped
78
STRIP
="${CROSS_COMPILE}strip"
/kernel/linux/linux-5.10/arch/sparc/boot/
H
A
D
Makefile
18
quiet_cmd_strip =
STRIP
$@
19
cmd_strip = $(
STRIP
) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/kernel/linux/linux-6.6/arch/sparc/boot/
H
A
D
Makefile
18
quiet_cmd_strip =
STRIP
$@
19
cmd_strip = $(
STRIP
) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/kernel/linux/linux-5.10/tools/power/cpupower/
H
A
D
Makefile
92
STRIP
= $(CROSS)strip
macro
111
export CROSS CC AR
STRIP
RANLIB CFLAGS LDFLAGS LIB_OBJS
187
STRIPCMD = $(
STRIP
) -s --remove-section=.note --remove-section=.comment
/kernel/linux/linux-6.6/tools/power/cpupower/
H
A
D
Makefile
92
STRIP
= $(CROSS)strip
macro
111
export CROSS CC AR
STRIP
RANLIB CFLAGS LDFLAGS LIB_OBJS
191
STRIPCMD = $(
STRIP
) -s --remove-section=.note --remove-section=.comment
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H
A
D
Makefile
89
quiet_cmd_strip =
STRIP
$@
90
cmd_strip = $(
STRIP
) -s $@
/kernel/liteos_a/apps/toybox/
H
A
D
Makefile
47
env CC="$(CC)" OUTNAME="$(OUT)/bin/toybox" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
STRIP
="$(
STRIP
)" \
/kernel/linux/linux-5.10/arch/alpha/boot/
H
A
D
Makefile
69
quiet_cmd_strip =
STRIP
$@
70
cmd_strip = $(
STRIP
) -o $@ $<
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H
A
D
Makefile
108
quiet_cmd_strip =
STRIP
$@
109
cmd_strip = $(
STRIP
) -s $@
/kernel/linux/linux-6.6/arch/alpha/boot/
H
A
D
Makefile
69
quiet_cmd_strip =
STRIP
$@
70
cmd_strip = $(
STRIP
) -o $@ $<
/kernel/liteos_a/apps/mksh/
H
A
D
Makefile
50
$(HIDE)$(
STRIP
) $(BUILD_DIR)/mksh -o $(OUT)/bin/mksh
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H
A
D
Makefile
111
quiet_cmd_strip =
STRIP
$@
112
cmd_strip = $(
STRIP
) -s $@
/kernel/linux/linux-6.6/tools/tracing/rtla/
H
A
D
Makefile
20
$(call allow-override,
STRIP
,$(CROSS_COMPILE)strip)
124
$(
STRIP
) $(DESTDIR)$(BINDIR)/rtla
/kernel/linux/linux-6.6/tools/verification/rv/
H
A
D
Makefile
20
$(call allow-override,
STRIP
,$(CROSS_COMPILE)strip)
121
$(
STRIP
) $(DESTDIR)$(BINDIR)/rv
/kernel/liteos_a/tools/build/mk/
H
A
D
los_config.mk
63
STRIP
= $(LITEOS_COMPILER_PATH)$(CROSS_COMPILE)strip
macro
76
STRIP
= $(LITEOS_COMPILER_PATH)$(CROSS_COMPILE)strip
macro
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
Makefile
159
$(
STRIP
) --strip-debug -o $@ $<; \
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
Makefile
165
$(
STRIP
) --strip-debug -o $@ $<; \
/kernel/linux/linux-5.10/
H
A
D
Makefile
445
STRIP
= llvm-strip
macro
454
STRIP
= $(CROSS_COMPILE)strip
macro
521
export CPP AR NM
STRIP
OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
1087
mod_strip_cmd = $(
STRIP
) --strip-debug
1089
mod_strip_cmd = $(
STRIP
) $(INSTALL_MOD_STRIP)
/kernel/liteos_a/
H
A
D
Makefile
180
$(HIDE)shopt -s nullglob && $(
STRIP
) $(ROOTFS_DIR)/bin/* $(ROOTFS_DIR)/lib/*
Completed in 11 milliseconds
1
2