HomeSort by relevance Sort by last modified time
    Searched defs:Gdb_index (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 1 // gdb-index.h -- generate .gdb_index section for fast debug lookup -*- C++ -*-
48 // This class manages the .gdb_index section, which is a fast
52 class Gdb_index : public Output_section_data
55 Gdb_index(Output_section* gdb_index_section);
57 ~Gdb_index();
92 // Add a symbol. FLAGS are the gdb_index version 7 flags to be stored in
149 { mapfile->print_output_data(this, _("** gdb_index")); }
234 // The .gdb_index section.
250 // Offsets of the various pieces of the .gdb_index section.
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...]

Completed in 2383 milliseconds