/external/google-breakpad/src/common/dwarf/ |
dwarf2reader_test_common.h | 73 TestCompilationUnit &Header(int version, const Label &abbrev_offset, 83 SectionOffset(abbrev_offset);
|
dwarf2reader.h | 257 uint64 abbrev_offset; member in struct:dwarf2reader::CompilationUnit::CompilationUnitHeader [all...] |
dwarf2reader.cc | 87 header_.abbrev_offset; 90 const uint64 abbrev_length = iter->second.second - header_.abbrev_offset; 235 header_.abbrev_offset = reader_->ReadOffset(headerptr); [all...] |
/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);
|
reduced_debug_output.h | 52 uint64_t abbrev_offset);
|
dwarf_reader.h | 226 off_t abbrev_offset) 231 && this->abbrev_offset_ == abbrev_offset) 233 return this->do_read_abbrevs(object, abbrev_shndx, abbrev_offset); 253 off_t abbrev_offset); [all...] |
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/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/bfd/ |
dwarf2.c | 2546 bfd_uint64_t abbrev_offset = 0; local [all...] |