Lines Matching full:cuoff
172 intern_cu (Dwfl_Module *mod, Dwarf_Off cuoff, struct dwfl_cu **result)
174 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
191 /* Make sure the cuoff points to a real DIE. */
193 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie);
201 dwkey.start = cuoff - (3 * 0 - 4 + 3);
249 Dwarf_Off cuoff;
255 cuoff = 0;
261 cuoff = lastcu->die.cu->end;
269 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz,
279 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);