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

  /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...]
  /external/elfutils/src/libdw/
dwarf_nextcu.c 133 uint64_t abbrev_offset; local
135 &abbrev_offset, IDX_debug_abbrev, 0))
167 *abbrev_offsetp = abbrev_offset;
libdw_findcu.c 78 Dwarf_Off abbrev_offset; local
83 &version, &abbrev_offset,
115 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 488 * Elf_Off - Type for abbrev_offset field. Must be Elf_Word for for 32-bit
502 Elf_Off abbrev_offset; member in struct:Dwarf_CUHdr
dwarf_cu.cc 305 elf->pull_val(hdr->abbrev_offset)));

Completed in 367 milliseconds