Searched refs:st_size (Results 176 - 200 of 476) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c449 ((uintptr_t)pc - (uintptr_t)info.dli_saddr < sym->st_size)) {
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c138 ehdr = (Elf32_Ehdr *)MMAP(0, sb.st_size, PROT_READ | PROT_EXEC,
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c224 if (stbuf.st_size == 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c161 mdb_printf("%0?p %0?p %s\n", sym.st_value, sym.st_size,
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c135 if (mdb_vread(&null_lpool, sym.st_size, (uintptr_t)sym.st_value) ==
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfseek.c223 target = st.st_size + offset;
H A Dstdio.c355 return st.st_size;
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c945 } else if (status.st_size != fobj->co_info) {
1115 if (status.st_size < sizeof (Rtc_head)) {
1120 if ((addr = (Addr)mmap(0, status.st_size, PROT_READ, MAP_SHARED,
1135 (void) munmap((void *)addr, status.st_size);
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c262 num = (int)(status.st_size / sizeof (prmap_t));
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c496 dst->st_size = (Elf64_Xword)s->st_size;
541 d->st_size = (Elf32_Word)src->st_size;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c267 ndx, sym.st_value, sym.st_size,
/illumos-gate/usr/src/cmd/bnu/
H A Dsecurity.c352 sprintf(size,"%ld",stbuf.st_size);
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c146 srclen = stbuf.st_size;
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drtld_db.c323 rap->rd_tbinder = *beaddr = sym.st_value + sym.st_size - M_BIND_ADJ;
/illumos-gate/usr/src/cmd/sh/
H A Dmain.c513 if (statb.st_size && *ptr &&
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c203 off_t filesize = a_srcStatbuf->st_size;
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c332 old_size = nblk(statbuf.st_size,
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c105 if ((size = sbp->st_size) == 0)
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c153 (buf.st_size >= Logmaxsz) && !Splflag) {
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c277 return (statb.st_size > 0);
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c278 if (sbuf.st_size == 0) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dckpath.c205 if ((pflags & P_NONZERO) && (status.st_size < 1)) {
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c155 if (!stat(path, &st) && st.st_size && ptime < (unsigned long)st.st_mtime)
/illumos-gate/usr/src/cmd/luxadm/
H A Dfabric_conf.c127 filesize = stbuf.st_size;
H A Dqlgcupdate.c592 file_size = statinfo.st_size;
788 fcode_size = stat.st_size;
998 fcode_size = stat.st_size;
1377 image_size = stat.st_size;

Completed in 2394 milliseconds

1234567891011>>