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

  /external/elfutils/libdw/
dwarf_nextcu.c 146 uint64_t abbrev_offset; local
148 abbrev_offset = read_4ubyte_unaligned_inc (dwarf, bytes);
150 abbrev_offset = read_8ubyte_unaligned_inc (dwarf, bytes);
152 *abbrev_offsetp = abbrev_offset;
libdw_findcu.c 111 Dwarf_Off abbrev_offset; local
114 &abbrev_offset, &address_size, &offset_size)
138 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)));
  /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 267 milliseconds