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

  /external/elfutils/tests/
run-readelf-gdb_index.sh 64 # objcopy --add-section .gdb_index=testfilegdbindex7.gdb-index --set-section-flags .gdb_index=readonly testfilegdbindex7 testfilegdbindex7
68 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=gdb_index testfilegdbindex5 <<\EOF
70 GDB section [33] '.gdb_index' at offset 0xe76 contains 8383 bytes :
99 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=gdb_index testfilegdbindex7 <<\EOF
101 GDB section [33] '.gdb_index' at offset 0xe76 contains 8399 bytes :
Makefile.am 104 run-readelf-d.sh run-readelf-gdb_index.sh run-unstrip-n.sh \
236 run-readelf-gdb_index.sh testfilegdbindex5.bz2 \
  /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
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.h 137 gdb_index, enumerator in enum:dwarf_section_display_enum
  /build/soong/scripts/
strip.sh 45 "${CROSS_COMPILE}objcopy" -S --remove-section .gdb_index --remove-section .comment --keep-symbols="${outfile}.keep_symbols" "${outfile}.mini_debuginfo"
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 1 // gdb-index.cc -- generate .gdb_index section for fast debug lookup
37 // Sizes of various records in the .gdb_index section.
45 // This class manages the hashed symbol table for the .gdb_index section.
174 // A specialization of Dwarf_info_reader, for building the .gdb_index.
186 Gdb_index* gdb_index)
189 gdb_index_(gdb_index), cu_index_(0), cu_language_(0)
288 // The Gdb_index section.
289 Gdb_index* gdb_index_;
981 // Class Gdb_index
    [all...]
object.cc 650 if ((!parameters->incremental() || parameters->options().gdb_index())
655 if (parameters->options().gdb_index()
671 && parameters->options().gdb_index()
765 && parameters->options().gdb_index()
812 // If this object has a .eh_frame section, or if building a .gdb_index
    [all...]
options.h     [all...]
incremental.cc     [all...]
layout.cc 571 // when building a .gdb_index section.
611 // will not be needed when building a .gdb_index section.
721 if (parameters->options().gdb_index()
724 // When building .gdb_index, we can strip .debug_pubnames,
    [all...]
  /build/make/core/
definitions.mk     [all...]

Completed in 299 milliseconds