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

  /external/elfutils/libdw/
dwarf_nextcu.c 126 uint64_t abbrev_offset; local
128 &abbrev_offset, IDX_debug_abbrev, 0))
160 *abbrev_offsetp = abbrev_offset;
libdw_findcu.c 76 Dwarf_Off abbrev_offset; local
81 &version, &abbrev_offset,
113 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.cc 154 uint64_t abbrev_offset = abbrev_data - this->postprocessing_buffer(); local
205 this->abbrev_mapping_[std::make_pair(abbrev_offset,
237 // abbreviation table at offset abbrev_offset. abbrev_number is updated with
242 uint64_t* abbrev_number, uint64_t abbrev_offset)
246 this->abbrev_mapping_[std::make_pair(abbrev_offset, *abbrev_number)];
289 uint64_t abbrev_offset = read_from_pointer<64>(&debug_info); local
296 &abbreviation_number, abbrev_offset);
331 uint32_t abbrev_offset = read_from_pointer<32>(&debug_info); local
338 &abbreviation_number, abbrev_offset);
dwarf_reader.cc 172 off_t abbrev_offset)
191 abbrev_offset -= object->output_section_offset(i);
217 this->buffer_pos_ = this->buffer_ + abbrev_offset;
1265 off_t abbrev_offset = 0; local
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 257 uint64 abbrev_offset; member in struct:dwarf2reader::CompilationUnit::CompilationUnitHeader
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 2546 bfd_uint64_t abbrev_offset = 0; local
    [all...]

Completed in 604 milliseconds