Searched refs:last_abbrev_offset (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_tag.c31 while (cu->last_abbrev_offset != (size_t) -1l)
37 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
42 cu->last_abbrev_offset = (size_t) -1l;
47 cu->last_abbrev_offset += length;
H A Dlibdw_findcu.c90 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
H A DlibdwP.h235 size_t last_abbrev_offset; member in struct:Dwarf_CU

Completed in 47 milliseconds