Searched refs:c_size (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/sys/sys/
H A Dkcore.h57 u_int32_t c_size; /* Sizeof this segment */ member in struct:kcore_seg
H A Dcore.h93 u_long c_size; /* Size of this segment */ member in struct:coreseg
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Drs6000-core.c318 bfd_size_type c_size, c_regsize, c_lsize; local
335 c_size = core.new.c_size;
336 c_stackend = CNEW_STACKORG (core.new) + c_size;
345 c_size = core.old.c_size;
408 if (c_stack + (file_ptr) c_size != statbuf.st_size)
464 c_size, c_stackend - c_size, c_stack))
496 c_stack + c_size))
[all...]
H A Dnetbsd-core.c145 asect->_raw_size = coreseg.c_size;
167 if (wcookie_offset > 0 && coreseg.c_size > wcookie_offset)
178 asect->_raw_size = coreseg.c_size - wcookie_offset;
185 offset += coreseg.c_size;
H A Daix5ppc-core.c98 || ((CHECK_FILE_OFFSET (statbuf, core.c_stack + core.c_size)))
128 sec->_raw_size = core.c_size;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnetbsd-core.c134 asect->size = coreseg.c_size;
156 if (wcookie_offset > 0 && coreseg.c_size > wcookie_offset)
167 asect->size = coreseg.c_size - wcookie_offset;
174 offset += coreseg.c_size;
H A Drs6000-core.c324 bfd_size_type c_size, c_regsize, c_lsize; local
341 c_size = core.new.c_size;
342 c_stackend = CNEW_STACKORG (core.new) + c_size;
351 c_size = core.old.c_size;
414 if (c_stack + (file_ptr) c_size != statbuf.st_size)
470 c_size, c_stackend - c_size, c_stack))
502 c_stack + c_size))
[all...]
H A Daix5ppc-core.c93 || ((CHECK_FILE_OFFSET (statbuf, core.c_stack + core.c_size)))
125 sec->size = core.c_size;
/openbsd-current/usr.bin/find/
H A Dextern.h81 PLAN *c_size(char *, char ***, int);
H A Doption.c93 { "-size", N_SIZE, c_size, O_ARGV },
H A Dfunction.c1474 c_size(char *arg, char ***ignored, int unused) function
/openbsd-current/lib/libcrypto/sm2/
H A Dsm2.h49 size_t *c_size);
H A Dsm2_crypt.c158 size_t *c_size)
177 *c_size = ASN1_object_size(1, asn_size, V_ASN1_SEQUENCE);
157 SM2_ciphertext_size(const EC_KEY *key, const EVP_MD *digest, size_t msg_len, size_t *c_size) argument
/openbsd-current/lib/libkvm/
H A Dkvm.c324 * (opaque) cpu_data; (size is cpu_hdr.c_size)
326 * (memory) mem_data; (size is mem_hdr.c_size)
389 kd->cpu_dsize = cpu_hdr.c_size;
390 kd->cpu_data = _kvm_malloc(kd, (size_t)cpu_hdr.c_size);
394 sz = _kvm_pread(kd, kd->pmfd, kd->cpu_data, (size_t)cpu_hdr.c_size,
396 if (sz != (size_t)cpu_hdr.c_size) {
400 offset += cpu_hdr.c_size;
434 * (opaque) cpu_data; (size is cpu_hdr.c_size)
436 * (memory) mem_data; (size is mem_hdr.c_size)
471 kd->cpu_dsize = cpu_hdr.c_size;
[all...]
/openbsd-current/include/protocols/
H A Ddumprestore.h125 #define c_size __c_ino.__uc_ino.__uc_size macro
/openbsd-current/sys/arch/arm/arm/
H A Dstubs.c175 kseg_p->c_size = sizeof(dump_hdr) - ALIGN(sizeof(*kseg_p));
/openbsd-current/sbin/restore/
H A Dtape.c695 volatile off_t size = spcl.c_size;
1044 buf->c_size = u_ospcl.s_ospcl.c_odinode.odi_size;
1060 buf->c_size = buf->c_count * TP_BSIZE;
1224 curfile.size = header->c_size;
1307 s->c_size = swap64(s->c_size);
/openbsd-current/sys/arch/landisk/landisk/
H A Dmachdep.c412 kseg->c_size = dbtob(1) - ALIGN(sizeof(kcore_seg_t));
/openbsd-current/sbin/dump/
H A Dtraverse.c484 spcl.c_size = dp->dp1.di_size;
499 spcl.c_size = dp->dp2.di_size;
/openbsd-current/sys/arch/macppc/macppc/
H A Dmachdep.c638 segp->c_size = dbtob(1) - ALIGN(sizeof(*segp));
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dmachdep.c546 kseg_p->c_size = dbtob(1) - ALIGN(sizeof(*kseg_p));
/openbsd-current/sys/arch/arm64/arm64/
H A Dmachdep.c536 segp->c_size = dbtob(1) - ALIGN(sizeof(*segp));
/openbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c1079 segp->c_size = dbtob(1) - ALIGN(sizeof(*segp));
/openbsd-current/sys/arch/hppa/hppa/
H A Dmachdep.c999 segp->c_size = dbtob(1) - ALIGN(sizeof(*segp));
/openbsd-current/sys/arch/amd64/amd64/
H A Dmachdep.c984 segp->c_size = dbtob(1) - ALIGN(sizeof(*segp));

Completed in 329 milliseconds

12