Home
last modified time | relevance | path

Searched refs:abbrev_offset (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c146 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;
Dlibdw_findcu.c111 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/
Ddwarf_defs.h502 Elf_Off abbrev_offset; member
Ddwarf_cu.cc305 elf->pull_val(hdr->abbrev_offset))); in DwarfCUImpl()