Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_tag.c50 while (cu->last_abbrev_offset != (size_t) -1l) in __libdw_findabbrev()
56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length, in __libdw_findabbrev()
61 cu->last_abbrev_offset = (size_t) -1l; in __libdw_findabbrev()
65 cu->last_abbrev_offset += length; in __libdw_findabbrev()
Dlibdw_findcu.c113 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset; in __libdw_intern_next_unit()
DlibdwP.h304 size_t last_abbrev_offset; member