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

  /external/elfutils/0.153/libdw/
dwarf_tag.c 71 while (cu->last_abbrev_offset != (size_t) -1l)
77 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
82 cu->last_abbrev_offset = (size_t) -1l;
86 cu->last_abbrev_offset += length;
libdw_findcu.c 104 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset;
libdwP.h 303 size_t last_abbrev_offset; member in struct:Dwarf_CU

Completed in 132 milliseconds