Lines Matching refs:off
39 dwarf_next_unit (dwarf, off, next_off, header_sizep, versionp, abbrev_offsetp, in dwarf_next_unit() argument
42 Dwarf_Off off;
60 if (off == (Dwarf_Off) -1l
65 || unlikely (off + 4 >= dwarf->sectiondata[sec_idx]->d_size))
74 const unsigned char *bytes = data + off;
117 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types)
151 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
161 *header_sizep = bytes - (data + off);
178 *next_off = off + 2 * offset_size - 4 + length;
185 dwarf_nextcu (dwarf, off, next_off, header_sizep, abbrev_offsetp,
188 Dwarf_Off off; variable
195 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL,