HomeSort by relevance Sort by last modified time
    Searched refs:last_abbrev_offset (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdw/
dwarf_tag.c 67 while (cu->last_abbrev_offset != (size_t) -1l)
73 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
78 cu->last_abbrev_offset = (size_t) -1l;
82 cu->last_abbrev_offset += length;
libdw_findcu.c 138 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
libdwP.h 277 size_t last_abbrev_offset; member in struct:Dwarf_CU

Completed in 590 milliseconds