Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_tag.c67 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()
Dlibdw_findcu.c138 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
DlibdwP.h277 size_t last_abbrev_offset; member