Searched refs:cur_off (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c201 long cur_off, voff; local
213 cur_off = ftell(fp);
237 if (fseek(fp, cur_off, SEEK_SET) == -1)
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dfilecomplete.c461 int cur_off = (int)(li->cursor - li->buffer); local
464 cur_off - (int)len, cur_off);
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dftp.c1268 size_t cur_off; local
1278 cur_off = 0;
1281 while ((len = fetchIO_read(f, buf + cur_off, sizeof(buf) - cur_off)) > 0) {
1282 cur_off += len;
1283 while ((eol = memchr(buf, '\n', cur_off)) != NULL) {
1295 cur_off -= eol - buf + 1;
1296 memmove(buf, eol + 1, cur_off);
1302 if (cur_off != 0 || len < 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-hppa.c4160 int cur_off = off; local
4181 outrel.r_offset = (cur_off
4186 bfd_put_32 (output_bfd, 0, htab->sgot->contents + cur_off);
4193 htab->sgot->contents + cur_off + 4);
4197 htab->sgot->contents + cur_off + 4);
4213 htab->sgot->contents + cur_off);
4215 htab->sgot->contents + cur_off + 4);
4219 cur_off += 8;
4226 outrel.r_offset = (cur_off
4242 htab->sgot->contents + cur_off);
[all...]
H A Delf32-arm.c8110 int cur_off = off; local
8135 + cur_off);
8140 globals->sgot->contents + cur_off);
8148 globals->sgot->contents + cur_off + 4);
8158 globals->sgot->contents + cur_off + 4);
8174 globals->sgot->contents + cur_off);
8176 globals->sgot->contents + cur_off + 4);
8179 cur_off += 8;
8192 + cur_off);
8197 globals->sgot->contents + cur_off);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-hppa.c4152 int cur_off = off; local
4173 outrel.r_offset = (cur_off
4178 bfd_put_32 (output_bfd, 0, htab->sgot->contents + cur_off);
4185 htab->sgot->contents + cur_off + 4);
4189 htab->sgot->contents + cur_off + 4);
4205 htab->sgot->contents + cur_off);
4207 htab->sgot->contents + cur_off + 4);
4211 cur_off += 8;
4218 outrel.r_offset = (cur_off
4234 htab->sgot->contents + cur_off);
[all...]
H A Delf32-arm.c9154 int cur_off = off; local
9218 + cur_off);
9223 sgot->contents + cur_off);
9229 sgot->contents + cur_off + 4);
9239 sgot->contents + cur_off + 4);
9253 sgot->contents + cur_off);
9255 sgot->contents + cur_off + 4);
9258 cur_off += 8;
9271 + cur_off);
9276 sgot->contents + cur_off);
[all...]

Completed in 366 milliseconds