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

  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 129 /* Pointer to the .debug_abbrev section loaded into memory. */
132 /* Length of the loaded .debug_abbrev section. */
301 { ".debug_abbrev", ".zdebug_abbrev" },
333 debug_abbrev = 0, enumerator in enum:dwarf_debug_section_enum
803 stored in a separate .debug_abbrev section. Before we read any
817 if (! read_section (abfd, &stash->debug_sections[debug_abbrev],
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 730 add_units(Dwp_output_file*, unsigned int debug_abbrev, Section_bounds*);
756 ".debug_abbrev.dwo", // DW_SECT_ABBREV = 3
850 unsigned int debug_abbrev = 0; local
872 debug_abbrev = i;
878 dwarf_reader.set_abbrev_shndx(debug_abbrev);
    [all...]

Completed in 3117 milliseconds