Lines Matching refs: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,
55 __libdw_next_unit (Dwarf *dwarf, bool v4_debug_types, Dwarf_Off off,
73 if (off == (Dwarf_Off) -1l
78 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
87 const unsigned char *bytes = data + off;
214 if (unlikely (__libdw_first_die_from_cu_start (off, offset_size, version,
253 if (unlikely (subdie_off < (size_t) (bytes - (data + off))))
269 *header_sizep = bytes - (data + off);
290 *next_off = off + 2 * offset_size - 4 + length;
294 if (*next_off <= off)
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,