Lines Matching defs:next_off
39 dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
46 return __libdw_next_unit (dwarf, v4_debug_types, off, next_off,
56 Dwarf_Off *next_off, size_t *header_sizep,
80 *next_off = (Dwarf_Off) -1l;
218 *next_off = -1;
290 *next_off = off + 2 * offset_size - 4 + length;
294 if (*next_off <= off)
295 *next_off = (Dwarf_Off) -1;
301 dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
305 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL,