HomeSort by relevance Sort by last modified time
    Searched refs:debuginfo (Results 1 - 10 of 10) sorted by null

  /external/elfutils/tests/
run-unstrip-test4.sh 2 # limited .symtab/.strtab data, with a separate .debuginfo binary that
16 debugfile=testfile-strtab.debuginfo
run-unstrip-test3.sh 10 # objcopy --only-keep-debug testfile-info-link testfile-info-link.debuginfo
15 debugfile=testfile-info-link.debuginfo
run-addr2line-alt-debugpath.sh 23 # Split off the debuginfo and put it under a separate subdir from the
24 # original binary. Use --debuginfo-path to connect the dots again.
36 # Can we find the separate debuginfo file now?
37 testrun_compare ${abs_top_builddir}/src/addr2line --pretty-print -a -f -i -e ${abs_test_bindir}/bin/testfile-inlines --debuginfo-path=${abs_test_debugdir} 0x00000000000005a0 0x00000000000005a1 0x00000000000005b0 0x00000000000005b1 0x00000000000005c0 0x00000000000005d0 0x00000000000005e0 0x00000000000005e1 0x00000000000005f0 0x00000000000005f1 0x00000000000005f2 <<\EOF
backtrace-subr.sh 100 # making the native tests fail unless debuginfo (for glibc) is installed
105 echo >&2 $testname: arm needs debuginfo installed for all libraries
Makefile.am 212 testfile-info-link.bz2 testfile-info-link.debuginfo.bz2 \
215 testfile-strtab.stripped.bz2 testfile-strtab.debuginfo.bz2 \
  /external/libunwind/tests/
run-coredump-unwind 8 debuginfo="$1" ## we don't have separate debuginfo file
19 # Extract all the text (i.e. function) symbols from the debuginfo
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
23 # Copy the full debuginfo, keeping only a minumal set of symbols and removing some unnecessary sections
24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
  /external/elfutils/libdwfl/
Makefile.am 49 argp-std.c find-debuginfo.c \
  /external/swiftshader/third_party/SPIRV-Tools/
Android.mk 177 # TODO(dneto): I expect the DebugInfo grammar file to eventually migrate to SPIRV-Headers
178 SPV_DEBUGINFO_GRAMMAR=$(LOCAL_PATH)/source/extinst.debuginfo.grammar.json
192 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
204 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
214 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
224 --extinst-debuginfo-grammar=$(SPV_DEBUGINFO_GRAMMAR) \
233 $(1)/debuginfo.insts.inc \
245 # $2 is the base name of the header file, e.g. "DebugInfo".
258 # We generate language-specific headers for DebugInfo
259 $(eval $(call gen_spvtools_lang_headers,$(SPVTOOLS_OUT_PATH),DebugInfo,$(SPV_DEBUGINFO_GRAMMAR))
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 61678 CellInfo debuginfo; local
61725 CellInfo debuginfo; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 61694 CellInfo debuginfo; local
61741 CellInfo debuginfo; local
    [all...]

Completed in 1951 milliseconds