Searched refs:curoff (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgengtype-state.c346 long curoff = 0; local
358 state_bol = curoff = ftell (state_file);
374 state_bol = curoff = ftell (state_file);
383 curoff = ftell (state_file);
389 tk->stok_col = curoff - state_bol;
399 curoff = ftell (state_file);
403 tk->stok_col = curoff - state_bol;
412 curoff = ftell (state_file);
416 tk->stok_col = curoff - state_bol;
429 curoff
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c396 bfd_vma curoff = seg->fileoff; local
405 bfd_seek (abfd, curoff, SEEK_SET);
409 bfd_seek (abfd, curoff, SEEK_SET);
414 curoff += thisread;

Completed in 231 milliseconds