Searched refs:last_abbrev_offset (Results 1 – 3 of 3) sorted by relevance
50 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()
113 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset; in __libdw_intern_next_unit()
304 size_t last_abbrev_offset; member