OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdb_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/build/
gdb-add-index
42
if [[ $readelf_out =~ "
gdb_index
" ]]; then
44
objcopy --remove-section .
gdb_index
"$file"
59
objcopy --add-section .
gdb_index
="$index_file" \
60
--set-section-flags .
gdb_index
=readonly "$file" "$file"
/external/libunwind/tests/
run-coredump-unwind
24
objcopy -S --remove-section .
gdb_index
--remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
/external/elfutils/0.153/
elfutils.spec
203
notes. Add printing of .
gdb_index
section. Support for
233
- strip: -g recognizes .
gdb_index
as a debugging section.
Completed in 672 milliseconds