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

  /external/elfutils/libdw/
dwarf_nextcu.c 104 uint64_t abbrev_offset; local
106 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes);
108 abbrev_offset = read_8ubyte_unaligned_inc (dwarf, bytes);
110 *abbrev_offsetp = abbrev_offset;
libdw_findcu.c 74 Dwarf_Off abbrev_offset; local
77 &abbrev_offset, &address_size, &offset_size) != 0)
90 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
  /external/qemu/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
    [all...]
dwarf_cu.cc 305 elf->pull_val(hdr->abbrev_offset)));

Completed in 3145 milliseconds