Home
last modified time | relevance | path

Searched refs:foff (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libc/i386/crt/
H A D_rtld.c91 Elf32_Off foff; /* file offset for segment mapping */ in __rtld() local
236 foff = ALIGN(pptr->p_offset, page_size); in __rtld()
237 flen = pptr->p_memsz + (pptr->p_offset - foff); in __rtld()
274 MAP_FIXED | MAP_PRIVATE, ldfd, foff) == (caddr_t)-1) in __rtld()
284 foff = (int)faddr + pptr->p_vaddr + pptr->p_filesz; in __rtld()
285 zaddr = (caddr_t)ROUND(foff, page_size); in __rtld()
286 for (j = 0; j < (int)(zaddr - foff); j++) in __rtld()
287 *((char *)foff + j) = 0; in __rtld()
/titanic_44/usr/src/lib/libc/sparc/crt/
H A D_rtld.c90 Elf32_Off foff; /* file offset for segment mapping */ in __rtld() local
236 foff = ALIGN(pptr->p_offset, page_size); in __rtld()
237 flen = pptr->p_memsz + (pptr->p_offset - foff); in __rtld()
274 MAP_FIXED | MAP_PRIVATE, ldfd, foff) == (caddr_t)-1) in __rtld()
284 foff = (uintptr_t)faddr + pptr->p_vaddr + in __rtld()
286 zaddr = (caddr_t)ROUND(foff, page_size); in __rtld()
287 for (j = 0; j < (int)(zaddr - foff); j++) in __rtld()
288 *((char *)foff + j) = 0; in __rtld()
/titanic_44/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c231 Elf32_Off foff; /* file offset for segment mapping */ local
482 foff = ALIGN(pptr->p_offset, page_size);
483 flen = pptr->p_memsz + (pptr->p_offset - foff);
511 MAP_FIXED | MAP_PRIVATE, fd, foff) == (caddr_t)-1)
521 foff = (int)faddr + pptr->p_vaddr + pptr->p_filesz;
522 zaddr = (caddr_t)ROUND(foff, page_size);
523 _zero(foff, zaddr - foff);
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c82 Dbg_bind_global(Rt_map *flmp, Addr fabs, Off foff, Xword pltndx, in Dbg_bind_global() argument
144 EC_OFF(foff), EC_XWORD(pltndx), pltstring, tfile, in Dbg_bind_global()
148 } else if ((fabs == 0) && (foff == 0)) { in Dbg_bind_global()
161 EC_OFF(foff), tfile, EC_ADDR(tabs), EC_OFF(toff), in Dbg_bind_global()
/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c786 uint_t foff; in drm_mapbufs() local
818 foff = (uintptr_t)map->handle; in drm_mapbufs()
821 foff = 0; in drm_mapbufs()
824 MAP_SHARED, request.fd, foff); in drm_mapbufs()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c711 krb5_int64 foff; in krb5_ktf_keytab_internalize() local
749 (void) krb5_ser_unpack_int64(&foff, &bp, &remain); in krb5_ktf_keytab_internalize()
771 fpos = foff; /* XX range check? */ in krb5_ktf_keytab_internalize()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1019 dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp) in dt_printf_validate() argument
1089 func, j + foff + 1, i + 1, in dt_printf_validate()
1120 "argument #%d", j + foff + 1); in dt_printf_validate()
/titanic_44/usr/src/lib/libdscfg/common/
H A Dcfg.c2456 int off, foff; in cfg_read_parser_config() local
2466 off = foff = 0; in cfg_read_parser_config()
2472 while (c = cfp->cf_mapped[foff++]) { in cfg_read_parser_config()
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth448 : foff>doff ( fs-off -- disk-off ) /disk-block * h# 40.0000 + ;
455 blk_offset foff>doff dev-ih read-disk