Searched refs:last_abbrev_offset (Results 1 – 3 of 3) sorted by relevance
67 while (cu->last_abbrev_offset != (size_t) -1l) in __libdw_findabbrev()73 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length, in __libdw_findabbrev()78 cu->last_abbrev_offset = (size_t) -1l; in __libdw_findabbrev()82 cu->last_abbrev_offset += length; in __libdw_findabbrev()
138 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
277 size_t last_abbrev_offset; member