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

/netbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c199 long cur_off, voff; local
211 cur_off = ftell(fp);
235 if (fseek(fp, cur_off, SEEK_SET) == -1)
/netbsd-current/lib/libedit/
H A Dfilecomplete.c703 int cur_off = (int)(li->cursor - li->buffer); local
706 cur_off - (int)len, cur_off);
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dftp.c1279 size_t cur_off; local
1289 cur_off = 0;
1292 while ((len = fetchIO_read(f, buf + cur_off, sizeof(buf) - cur_off)) > 0) {
1293 cur_off += len;
1294 while ((eol = memchr(buf, '\n', cur_off)) != NULL) {
1306 cur_off -= eol - buf + 1;
1307 memmove(buf, eol + 1, cur_off);
1313 if (cur_off != 0 || len < 0) {
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-metag.c1804 int cur_off = off; local
1825 outrel.r_offset = (cur_off
1830 bfd_put_32 (output_bfd, 0, htab->etab.sgot->contents + cur_off);
1838 htab->etab.sgot->contents + cur_off + 4);
1842 htab->etab.sgot->contents + cur_off + 4);
1865 cur_off += 8;
1872 outrel.r_offset = (cur_off
1888 htab->etab.sgot->contents + cur_off);
1890 cur_off += 4;
H A Delf32-csky.c5008 int cur_off = off;
5033 + cur_off);
5037 htab->elf.sgot->contents + cur_off);
5047 + cur_off + 4));
5056 + cur_off + 4));
5077 htab->elf.sgot->contents + cur_off);
5081 + cur_off + 4);
5083 cur_off += 8;
5095 + htab->elf.sgot->output_offset + cur_off);
5100 htab->elf.sgot->contents + cur_off);
5019 int cur_off = off; local
[all...]
H A Delf32-hppa.c3936 int cur_off = off; local
3958 = (cur_off
3968 htab->etab.sgot->contents + cur_off);
3977 htab->etab.sgot->contents + cur_off);
3988 htab->etab.sgot->contents + cur_off + 4);
3992 htab->etab.sgot->contents + cur_off + 4);
3993 cur_off += 8;
4003 = (cur_off
4018 htab->etab.sgot->contents + cur_off);
4019 cur_off
[all...]
H A Delf32-nios2.c4257 int cur_off = off;
4284 + cur_off);
4297 htab->root.sgot->contents + cur_off + 4);
4319 htab->root.sgot->contents + cur_off);
4323 htab->root.sgot->contents + cur_off + 4);
4326 cur_off += 8;
4340 + cur_off);
4352 htab->root.sgot->contents + cur_off);
4353 cur_off += 4;
4262 int cur_off = off; local
H A Delf32-arm.c11727 int cur_off = off;
11792 + cur_off);
11797 sgot->contents + cur_off);
11803 sgot->contents + cur_off + 4);
11813 sgot->contents + cur_off + 4);
11827 sgot->contents + cur_off);
11829 sgot->contents + cur_off + 4);
11832 cur_off += 8;
11845 + cur_off);
11850 sgot->contents + cur_off);
11718 int cur_off = off; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-metag.c1804 int cur_off = off; local
1825 outrel.r_offset = (cur_off
1830 bfd_put_32 (output_bfd, 0, htab->etab.sgot->contents + cur_off);
1838 htab->etab.sgot->contents + cur_off + 4);
1842 htab->etab.sgot->contents + cur_off + 4);
1865 cur_off += 8;
1872 outrel.r_offset = (cur_off
1888 htab->etab.sgot->contents + cur_off);
1890 cur_off += 4;
H A Delf32-csky.c5019 int cur_off = off; local
5044 + cur_off);
5048 htab->elf.sgot->contents + cur_off);
5058 + cur_off + 4));
5067 + cur_off + 4));
5088 htab->elf.sgot->contents + cur_off);
5092 + cur_off + 4);
5094 cur_off += 8;
5106 + htab->elf.sgot->output_offset + cur_off);
5111 htab->elf.sgot->contents + cur_off);
[all...]
H A Delf32-hppa.c3936 int cur_off = off; local
3958 = (cur_off
3968 htab->etab.sgot->contents + cur_off);
3977 htab->etab.sgot->contents + cur_off);
3988 htab->etab.sgot->contents + cur_off + 4);
3992 htab->etab.sgot->contents + cur_off + 4);
3993 cur_off += 8;
4003 = (cur_off
4018 htab->etab.sgot->contents + cur_off);
4019 cur_off
[all...]
H A Delf32-nios2.c4262 int cur_off = off; local
4289 + cur_off);
4302 htab->root.sgot->contents + cur_off + 4);
4324 htab->root.sgot->contents + cur_off);
4328 htab->root.sgot->contents + cur_off + 4);
4331 cur_off += 8;
4345 + cur_off);
4357 htab->root.sgot->contents + cur_off);
4358 cur_off += 4;
H A Delf32-arm.c11719 int cur_off = off; local
11784 + cur_off);
11789 sgot->contents + cur_off);
11795 sgot->contents + cur_off + 4);
11805 sgot->contents + cur_off + 4);
11819 sgot->contents + cur_off);
11821 sgot->contents + cur_off + 4);
11824 cur_off += 8;
11837 + cur_off);
11842 sgot->contents + cur_off);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-metag.c1804 int cur_off = off; local
1825 outrel.r_offset = (cur_off
1830 bfd_put_32 (output_bfd, 0, htab->etab.sgot->contents + cur_off);
1838 htab->etab.sgot->contents + cur_off + 4);
1842 htab->etab.sgot->contents + cur_off + 4);
1865 cur_off += 8;
1872 outrel.r_offset = (cur_off
1888 htab->etab.sgot->contents + cur_off);
1890 cur_off += 4;
H A Delf32-csky.c5019 int cur_off = off; local
5044 + cur_off);
5048 htab->elf.sgot->contents + cur_off);
5058 + cur_off + 4));
5067 + cur_off + 4));
5088 htab->elf.sgot->contents + cur_off);
5092 + cur_off + 4);
5094 cur_off += 8;
5106 + htab->elf.sgot->output_offset + cur_off);
5111 htab->elf.sgot->contents + cur_off);
[all...]
H A Delf32-hppa.c3936 int cur_off = off; local
3958 = (cur_off
3968 htab->etab.sgot->contents + cur_off);
3977 htab->etab.sgot->contents + cur_off);
3988 htab->etab.sgot->contents + cur_off + 4);
3992 htab->etab.sgot->contents + cur_off + 4);
3993 cur_off += 8;
4003 = (cur_off
4018 htab->etab.sgot->contents + cur_off);
4019 cur_off
[all...]
H A Delf32-nios2.c4262 int cur_off = off; local
4289 + cur_off);
4302 htab->root.sgot->contents + cur_off + 4);
4324 htab->root.sgot->contents + cur_off);
4328 htab->root.sgot->contents + cur_off + 4);
4331 cur_off += 8;
4345 + cur_off);
4357 htab->root.sgot->contents + cur_off);
4358 cur_off += 4;
H A Delf32-arm.c11718 int cur_off = off; local
11783 + cur_off);
11788 sgot->contents + cur_off);
11794 sgot->contents + cur_off + 4);
11804 sgot->contents + cur_off + 4);
11818 sgot->contents + cur_off);
11820 sgot->contents + cur_off + 4);
11823 cur_off += 8;
11836 + cur_off);
11841 sgot->contents + cur_off);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-csky.c4991 int cur_off = off; local
5016 + cur_off);
5020 htab->elf.sgot->contents + cur_off);
5030 + cur_off + 4));
5039 + cur_off + 4));
5060 htab->elf.sgot->contents + cur_off);
5064 + cur_off + 4);
5066 cur_off += 8;
5078 + htab->elf.sgot->output_offset + cur_off);
5083 htab->elf.sgot->contents + cur_off);
[all...]
H A Delf32-hppa.c3938 int cur_off = off; local
3960 = (cur_off
3970 htab->etab.sgot->contents + cur_off);
3979 htab->etab.sgot->contents + cur_off);
3990 htab->etab.sgot->contents + cur_off + 4);
3994 htab->etab.sgot->contents + cur_off + 4);
3995 cur_off += 8;
4005 = (cur_off
4020 htab->etab.sgot->contents + cur_off);
4021 cur_off
[all...]
H A Delf32-metag.c1804 int cur_off = off; local
1825 outrel.r_offset = (cur_off
1830 bfd_put_32 (output_bfd, 0, htab->etab.sgot->contents + cur_off);
1838 htab->etab.sgot->contents + cur_off + 4);
1842 htab->etab.sgot->contents + cur_off + 4);
1865 cur_off += 8;
1872 outrel.r_offset = (cur_off
1888 htab->etab.sgot->contents + cur_off);
1890 cur_off += 4;
H A Delf32-nios2.c4262 int cur_off = off; local
4289 + cur_off);
4302 htab->root.sgot->contents + cur_off + 4);
4324 htab->root.sgot->contents + cur_off);
4328 htab->root.sgot->contents + cur_off + 4);
4331 cur_off += 8;
4345 + cur_off);
4357 htab->root.sgot->contents + cur_off);
4358 cur_off += 4;
H A Delf32-arm.c11749 int cur_off = off; local
11814 + cur_off);
11819 sgot->contents + cur_off);
11825 sgot->contents + cur_off + 4);
11835 sgot->contents + cur_off + 4);
11849 sgot->contents + cur_off);
11851 sgot->contents + cur_off + 4);
11854 cur_off += 8;
11867 + cur_off);
11872 sgot->contents + cur_off);
[all...]

Completed in 463 milliseconds