Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 25 of 52) sorted by relevance

123

/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c358 static int toff; variable
364 int num = nt->temp + toff; in mnode()
385 regno(p) += toff; in rtmps()
454 toff = tvaloff - IPP(ipf)->ip_tmpnum; in inlinetree()
457 crslab, lmin, tvaloff, toff)); in inlinetree()
516 p = tempnode(is->retval + toff, DECREF(sp->stype), in inlinetree()
/netbsd/libexec/lfs_cleanerd/
H A Dcoalesce.c169 daddr_t toff; in clean_inode() local
268 toff = 0; in clean_inode()
272 toff += llabs(bip[i].bi_daddr - bip[i - 1].bi_daddr in clean_inode()
290 noff, (intmax_t)toff, (intmax_t)nb); in clean_inode()
/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c434 static int toff; variable
440 int num = nt->temp + toff; in mnode()
461 regno(p) += toff; in rtmps()
538 toff = tvaloff - ipp->ip_tmpnum; in inlinetree()
541 crslab, lmin, tvaloff, toff)); in inlinetree()
610 p = tempnode(is->retval + toff, DECREF(sp->stype), in inlinetree()
/netbsd/external/gpl3/gdb/dist/gold/
H A Dgdb-index.h180 Type_unit(off_t off, off_t toff, uint64_t sig) in Type_unit()
181 : tu_offset(off), type_offset(toff), type_signature(sig) in Type_unit()
/netbsd/external/gpl3/binutils/dist/gold/
H A Dgdb-index.h180 Type_unit(off_t off, off_t toff, uint64_t sig) in Type_unit()
181 : tu_offset(off), type_offset(toff), type_signature(sig) in Type_unit()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dgdb-index.h180 Type_unit(off_t off, off_t toff, uint64_t sig) in Type_unit()
181 : tu_offset(off), type_offset(toff), type_signature(sig) in Type_unit()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dgdb-index.h180 Type_unit(off_t off, off_t toff, uint64_t sig) in Type_unit()
181 : tu_offset(off), type_offset(toff), type_signature(sig) in Type_unit()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delfnn-ia64.c341 bfd_vma toff; in elfNN_ia64_relax_section() member
487 toff = isym->st_value; in elfNN_ia64_relax_section()
516 toff = dyn_i->plt2_offset; in elfNN_ia64_relax_section()
532 toff = h->root.u.def.value; in elfNN_ia64_relax_section()
557 toff += irel->r_addend; in elfNN_ia64_relax_section()
561 toff); in elfNN_ia64_relax_section()
564 toff += irel->r_addend; in elfNN_ia64_relax_section()
567 toff += irel->r_addend; in elfNN_ia64_relax_section()
651 if (tsec == sec && toff > roff) in elfNN_ia64_relax_section()
656 if (f->tsec == tsec && f->toff == toff) in elfNN_ia64_relax_section()
[all …]
H A Delf64-ia64-vms.c342 bfd_vma toff; in elf64_ia64_relax_section() member
406 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local
486 toff = isym->st_value; in elf64_ia64_relax_section()
514 toff = dyn_i->plt2_offset; in elf64_ia64_relax_section()
530 toff = h->root.u.def.value; in elf64_ia64_relax_section()
534 toff += irel->r_addend; in elf64_ia64_relax_section()
610 if (tsec == sec && toff > roff) in elf64_ia64_relax_section()
615 if (f->tsec == tsec && f->toff == toff) in elf64_ia64_relax_section()
668 f->toff = toff; in elf64_ia64_relax_section()
714 tsec->output_offset + toff, in elf64_ia64_relax_section()
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-ia64.c341 bfd_vma toff; in elfNN_ia64_relax_section() member
487 toff = isym->st_value; in elfNN_ia64_relax_section()
516 toff = dyn_i->plt2_offset; in elfNN_ia64_relax_section()
532 toff = h->root.u.def.value; in elfNN_ia64_relax_section()
557 toff += irel->r_addend; in elfNN_ia64_relax_section()
561 toff); in elfNN_ia64_relax_section()
564 toff += irel->r_addend; in elfNN_ia64_relax_section()
567 toff += irel->r_addend; in elfNN_ia64_relax_section()
651 if (tsec == sec && toff > roff) in elfNN_ia64_relax_section()
656 if (f->tsec == tsec && f->toff == toff) in elfNN_ia64_relax_section()
[all …]
H A Delf64-ia64-vms.c341 bfd_vma toff; in elf64_ia64_relax_section() member
405 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local
485 toff = isym->st_value; in elf64_ia64_relax_section()
513 toff = dyn_i->plt2_offset; in elf64_ia64_relax_section()
529 toff = h->root.u.def.value; in elf64_ia64_relax_section()
533 toff += irel->r_addend; in elf64_ia64_relax_section()
609 if (tsec == sec && toff > roff) in elf64_ia64_relax_section()
614 if (f->tsec == tsec && f->toff == toff) in elf64_ia64_relax_section()
667 f->toff = toff; in elf64_ia64_relax_section()
713 tsec->output_offset + toff, in elf64_ia64_relax_section()
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delfnn-ia64.c341 bfd_vma toff; in elfNN_ia64_relax_section() member
487 toff = isym->st_value; in elfNN_ia64_relax_section()
516 toff = dyn_i->plt2_offset; in elfNN_ia64_relax_section()
532 toff = h->root.u.def.value; in elfNN_ia64_relax_section()
557 toff += irel->r_addend; in elfNN_ia64_relax_section()
561 toff); in elfNN_ia64_relax_section()
564 toff += irel->r_addend; in elfNN_ia64_relax_section()
567 toff += irel->r_addend; in elfNN_ia64_relax_section()
651 if (tsec == sec && toff > roff) in elfNN_ia64_relax_section()
656 if (f->tsec == tsec && f->toff == toff) in elfNN_ia64_relax_section()
[all …]
H A Delf64-ia64-vms.c342 bfd_vma toff; in elf64_ia64_relax_section() member
406 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local
486 toff = isym->st_value; in elf64_ia64_relax_section()
514 toff = dyn_i->plt2_offset; in elf64_ia64_relax_section()
530 toff = h->root.u.def.value; in elf64_ia64_relax_section()
534 toff += irel->r_addend; in elf64_ia64_relax_section()
610 if (tsec == sec && toff > roff) in elf64_ia64_relax_section()
615 if (f->tsec == tsec && f->toff == toff) in elf64_ia64_relax_section()
668 f->toff = toff; in elf64_ia64_relax_section()
714 tsec->output_offset + toff, in elf64_ia64_relax_section()
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delfnn-ia64.c341 bfd_vma toff; in elfNN_ia64_relax_section() member
487 toff = isym->st_value; in elfNN_ia64_relax_section()
516 toff = dyn_i->plt2_offset; in elfNN_ia64_relax_section()
532 toff = h->root.u.def.value; in elfNN_ia64_relax_section()
557 toff += irel->r_addend; in elfNN_ia64_relax_section()
561 toff); in elfNN_ia64_relax_section()
564 toff += irel->r_addend; in elfNN_ia64_relax_section()
567 toff += irel->r_addend; in elfNN_ia64_relax_section()
651 if (tsec == sec && toff > roff) in elfNN_ia64_relax_section()
656 if (f->tsec == tsec && f->toff == toff) in elfNN_ia64_relax_section()
[all …]
H A Delf64-ia64-vms.c342 bfd_vma toff; in elf64_ia64_relax_section() member
406 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local
486 toff = isym->st_value; in elf64_ia64_relax_section()
514 toff = dyn_i->plt2_offset; in elf64_ia64_relax_section()
530 toff = h->root.u.def.value; in elf64_ia64_relax_section()
534 toff += irel->r_addend; in elf64_ia64_relax_section()
610 if (tsec == sec && toff > roff) in elf64_ia64_relax_section()
615 if (f->tsec == tsec && f->toff == toff) in elf64_ia64_relax_section()
668 f->toff = toff; in elf64_ia64_relax_section()
714 tsec->output_offset + toff, in elf64_ia64_relax_section()
[all …]
/netbsd/sys/dev/ic/
H A Dbha.c485 int toff = xm->xm_target & 7, tmask = (1 << toff); in bha_get_xfer_mode() local
531 &hwsetup.reply_w.sync_high[toff] : in bha_get_xfer_mode()
532 &hwsetup.reply.sync_low[toff]; in bha_get_xfer_mode()
555 period = hwperiod.reply_w.period[toff]; in bha_get_xfer_mode()
557 period = hwperiod.reply.period[toff]; in bha_get_xfer_mode()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.c1001 tree toff; in get_inner_reference_aff() local
1005 tree base = get_inner_reference (ref, &bitsize, &bitpos, &toff, &mode, in get_inner_reference_aff()
1013 if (toff) in get_inner_reference_aff()
1015 tree_to_aff_combination (toff, sizetype, &tmp); in get_inner_reference_aff()
H A Dtree-affine.cc1010 tree toff; in get_inner_reference_aff() local
1014 tree base = get_inner_reference (ref, &bitsize, &bitpos, &toff, &mode, in get_inner_reference_aff()
1022 if (toff) in get_inner_reference_aff()
1024 tree_to_aff_combination (toff, sizetype, &tmp); in get_inner_reference_aff()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.c1001 tree toff; in get_inner_reference_aff() local
1005 tree base = get_inner_reference (ref, &bitsize, &bitpos, &toff, &mode, in get_inner_reference_aff()
1013 if (toff) in get_inner_reference_aff()
1015 tree_to_aff_combination (toff, sizetype, &tmp); in get_inner_reference_aff()
/netbsd/sys/fs/nfs/client/
H A Dnfs_clbio.c77 int i, error, nextoff, size, toff, count, npages; in ncl_getpages() local
174 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in ncl_getpages()
176 nextoff = toff + PAGE_SIZE; in ncl_getpages()
186 } else if (size > toff) { in ncl_getpages()
191 vm_page_set_valid_range(m, 0, size - toff); in ncl_getpages()
H A Dnfs_clvnops.c2648 u_quad_t off, endoff, toff; in ncl_flush() local
2763 toff = ((u_quad_t)bp->b_blkno) * DEV_BSIZE + in ncl_flush()
2765 if (toff < off) in ncl_flush()
2766 off = toff; in ncl_flush()
2767 toff += (u_quad_t)(bp->b_dirtyend - bp->b_dirtyoff); in ncl_flush()
2768 if (toff > endoff) in ncl_flush()
2769 endoff = toff; in ncl_flush()
/netbsd/sys/arch/powerpc/stand/mkbootimage/
H A Dmkbootimage.c688 off_t lenpos, kstart, kend, toff, endoff, flength; in bebox_build_image() local
786 toff = bebox_write_header(bebox_fd, elf_img_len, tmp); in bebox_build_image()
794 lseek(bebox_fd, toff + hsize, SEEK_SET); in bebox_build_image()
/netbsd/sys/arch/atari/dev/
H A Dfd.c1206 int sec, toff, tsz; in fdminphys() local
1212 toff = sec * SECTOR_SIZE; in fdminphys()
1219 bp->b_bcount = uimin(bp->b_bcount, tsz - toff); in fdminphys()
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdport.c1582 u_int64_t off, toff, verf; in nfsrvd_readdir() local
1602 toff = off; in nfsrvd_readdir()
1618 if (!nd->nd_repstat && toff && verf != at.na_filerev) in nfsrvd_readdir()
1724 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff))) { in nfsrvd_readdir()
1732 toff = off; in nfsrvd_readdir()
1831 u_int64_t off, toff, verf; in nfsrvd_readdirplus() local
1847 toff = off; in nfsrvd_readdirplus()
1994 (is_ufs == 1 && ((u_quad_t)(*cookiep)) <= toff) || in nfsrvd_readdirplus()
2005 toff = off; in nfsrvd_readdirplus()
/netbsd/sys/nfs/
H A Dnfs_serv.c2691 u_quad_t frev, off, toff; in nfsrv_readdir() local
2701 toff = fxdr_hyper(tl); in nfsrv_readdir()
2709 toff = fxdr_unsigned(u_quad_t, *tl++); in nfsrv_readdir()
2711 off = toff; in nfsrv_readdir()
2736 if (!error && toff && verf != at.va_filerev) in nfsrv_readdir()
2826 toff = off; in nfsrv_readdir()
2955 u_quad_t frev, off, toff; in nfsrv_readdirplus() local
2963 toff = fxdr_hyper(tl); in nfsrv_readdirplus()
2971 off = toff; in nfsrv_readdirplus()
2993 if (!error && toff && verf != at.va_filerev) in nfsrv_readdirplus()
[all …]

123