Home
last modified time | relevance | path

Searched defs:fsz (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_ehdr.c44 size_t fsz; in _libelf_load_extended() local
109 size_t fsz, msz; in _libelf_ehdr() local
H A Delf_update.c114 size_t fsz, msz; in _libelf_compute_section_extents() local
514 size_t align, fsz; in _libelf_resync_elf() local
729 size_t fsz, msz, nobjects; in _libelf_write_scn() local
852 size_t fsz, msz; in _libelf_write_ehdr() local
899 size_t fsz, msz, phnum; in _libelf_write_phdr() local
962 size_t fsz, msz, nscn; in _libelf_write_shdr() local
H A Dlibelf_xlate.c51 size_t cnt, dsz, fsz, msz; in _libelf_xlate() local
H A Dlibelf_open.c50 _libelf_read_special_file(int fd, size_t *fsz) in _libelf_read_special_file()
H A Dlibelf_phdr.c40 size_t fsz, msz; in _libelf_getphdr() local
H A Delf_data.c43 size_t count, fsz, msz; in elf_getdata() local
H A Delf_scn.c66 size_t fsz, i, shnum; in _libelf_load_section_headers() local
/freebsd/sbin/newfs/
H A Dnewfs.c410 getfssize(intmax_t *fsz, const char *s, intmax_t disksize, intmax_t reserved) in getfssize()
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h150 uint64_t fsz; /* file size */ member
/freebsd/sys/netinet/
H A Din_pcb.h309 uint32_t fsz; /* size of the struct up to keys */ member
/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h322 uint64_t fsz:6; member
/freebsd/contrib/mandoc/
H A Droff.c3766 size_t fsz, ssz; in roff_tr() local
/freebsd/contrib/sqlite3/
H A Dshell.c9608 #define APND_START_ROUNDUP(fsz) (((fsz)+APND_ALIGN_MASK) & ~APND_ALIGN_MASK) argument