Searched refs:fsz (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c51 size_t cnt, dsz, fsz, msz; local
82 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
89 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) {
100 cnt = (size_t) src->d_size / fsz;
104 dsz = cnt * fsz;
138 (db == sb && !byteswap && fsz == msz))
H A Dlibelf_ehdr.c44 size_t fsz; local
51 fsz = _libelf_fsize(ELF_T_SHDR, ec, e->e_version, 1);
52 assert(fsz > 0);
54 if (shoff + fsz < shoff) { /* Numeric overflow. */
59 if ((uint64_t) e->e_rawsize < shoff + fsz) {
109 size_t fsz, msz; local
143 fsz = _libelf_fsize(ELF_T_EHDR, ec, e->e_version, (size_t) 1);
144 assert(fsz > 0);
146 if (e->e_cmd != ELF_C_WRITE && e->e_rawsize < (off_t) fsz) {
H A Delf_scn.c66 size_t fsz, i, shnum; local
76 fsz != (EH)->e_shentsize || \
77 shnum > SIZE_MAX / fsz || \
78 fsz * shnum > rawsize - shoff) { \
85 fsz = _libelf_fsize(ELF_T_SHDR, ec, e->e_version, (size_t) 1);
86 assert(fsz > 0);
117 src += fsz;
120 for (; i < shnum; i++, src += fsz) {
H A Dlibelf_phdr.c40 size_t fsz, msz; local
76 fsz = gelf_fsize(e, ELF_T_PHDR, phnum, e->e_version);
78 assert(fsz > 0);
80 if (phoff + fsz < phoff) { /* Numeric overflow. */
85 if ((uint64_t) e->e_rawsize < (phoff + fsz)) {
H A Delf_update.c114 size_t fsz, msz; local
260 fsz = _libelf_fsize(d->d_type, ec, d->d_version,
262 scn_size += fsz;
514 size_t align, fsz; local
614 fsz = _libelf_fsize(ELF_T_PHDR, ec, eh_version, phnum);
634 rc = phoff + (off_t) fsz;
639 (uint64_t) phoff, fsz, phdr))
670 fsz = _libelf_fsize(ELF_T_SHDR, ec, eh_version, shnum);
681 if (shoff + (off_t) fsz > rc)
682 rc = shoff + (off_t) fsz;
729 size_t fsz, msz, nobjects; local
852 size_t fsz, msz; local
899 size_t fsz, msz, phnum; local
962 size_t fsz, msz, nscn; local
[all...]
H A Delf_data.c43 size_t count, fsz, msz; local
103 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
109 if (sh_size % fsz) {
114 if (sh_size / fsz > SIZE_MAX) {
119 count = (size_t) (sh_size / fsz);
H A Dlibelf_open.c50 _libelf_read_special_file(int fd, size_t *fsz) argument
107 *fsz = datasz;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi.h73 uint64_t fsz : 6; /**< Front data size */ member in struct:__anon8656::__anon8657
85 uint64_t fsz : 6;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c77 if (s->off + s->sz > seg->off + seg->fsz &&
498 seg->fsz = iphdr.p_filesz;
526 seg->fsz = seg->msz = gelf_fsize(ecp->eout, ELF_T_PHDR,
537 seg->fsz = seg->msz = 0;
542 seg->fsz = s->off + s->sz - seg->off;
584 ophdr.p_filesz = seg->fsz;
H A Delfcopy.h150 uint64_t fsz; /* file size */ member in struct:segment
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.c412 getfssize(intmax_t *fsz, const char *s, intmax_t disksize, intmax_t reserved) argument
420 if (*fsz == 0)
421 *fsz = available;
422 else if (*fsz > available)
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.h161 ih3->fsz = LIO_PCICMD_O3;
H A Dlio_common.h323 uint64_t fsz:6; member in struct:octeon_instr_ih3
346 uint64_t fsz:6;
H A Dlio_request_manager.c684 ih3->fsz = LIO_SOFTCMDRESP_IH3;
689 ih3->fsz = LIO_PCICMD_O3;
/freebsd-11-stable/contrib/mdocml/
H A Droff.c3112 size_t fsz, ssz; local
3123 fsz = ssz = 1;
3133 fsz = (size_t)(p - first);
3152 if (fsz > 1) {
3153 roff_setstrn(&r->xmbtab, first, fsz,
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c3706 #define APND_START_ROUNDUP(fsz) (((fsz)+APND_ALIGN_MASK) & ~APND_ALIGN_MASK)

Completed in 144 milliseconds