OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keep_symbols
(Results
1 - 7
of
7
) sorted by null
/external/libunwind/tests/
run-coredump-unwind
13
keep_symbols
=`mktemp`
22
comm -13 "$dynsyms" "$funcsyms" > "$
keep_symbols
"
24
objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$
keep_symbols
" "$debuginfo" "$mini_debuginfo" &> /dev/null
29
rm -f "$dynsyms" "$funcsyms" "$
keep_symbols
" "$mini_debuginfo"
/build/make/core/
fuzz_test.mk
78
LOCAL_STRIP_MODULE :=
keep_symbols
dynamic_binary.mk
96
else ifeq ($(my_strip_module),
keep_symbols
)
111
valid_strip := mini-debug-info
keep_symbols
true no_debuglink
prebuilt_internal.mk
85
ifneq ($(filter true
keep_symbols
no_debuglink mini-debug-info,$(my_strip_module)),)
/build/soong/scripts/
strip.sh
83
KEEP_SYMBOLS
="-w --strip-unneeded-symbol=* --keep-symbols="
84
KEEP_SYMBOLS
+="${outfile}.symbolList"
86
"${CROSS_COMPILE}objcopy" "${infile}" "${outfile}.tmp" ${
KEEP_SYMBOLS
}
90
rm -f "${outfile}.dynsyms" "${outfile}.funcsyms" "${outfile}.
keep_symbols
" "${outfile}.debug" "${outfile}.mini_debuginfo" "${outfile}.mini_debuginfo.xz"
105
comm -13 "${outfile}.dynsyms" "${outfile}.funcsyms" > "${outfile}.
keep_symbols
"
106
echo >> "${outfile}.
keep_symbols
" # Ensure that the
keep_symbols
file is not empty.
108
"${CROSS_COMPILE}objcopy" -S --remove-section .gdb_index --remove-section .comment --keep-symbols="${outfile}.
keep_symbols
" "${outfile}.mini_debuginfo"
116
rm -f "${outfile}.dynsyms" "${outfile}.funcsyms" "${outfile}.
keep_symbols
" "${outfile}.debug" "${outfile}.mini_debuginfo" "${outfile}.mini_debuginfo.xz"
150
keep-symbols)
keep_symbols
=true ;
[
all
...]
/build/soong/androidmk/cmd/androidmk/
androidmk_test.go
750
LOCAL_STRIP_MODULE :=
keep_symbols
771
keep_symbols
: true,
android.go
570
sub := (map[string]string{"false": "none", "true": "all", "
keep_symbols
": "
keep_symbols
"})[v]
Completed in 279 milliseconds