Searched defs:fsz (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_ehdr.c | 44 size_t fsz; in _libelf_load_extended() local 109 size_t fsz, msz; in _libelf_ehdr() local
|
H A D | elf_update.c | 114 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 D | libelf_xlate.c | 51 size_t cnt, dsz, fsz, msz; in _libelf_xlate() local
|
H A D | libelf_open.c | 50 _libelf_read_special_file(int fd, size_t *fsz) in _libelf_read_special_file()
|
H A D | libelf_phdr.c | 40 size_t fsz, msz; in _libelf_getphdr() local
|
H A D | elf_data.c | 43 size_t count, fsz, msz; in elf_getdata() local
|
H A D | elf_scn.c | 66 size_t fsz, i, shnum; in _libelf_load_section_headers() local
|
/freebsd/sbin/newfs/ |
H A D | newfs.c | 410 getfssize(intmax_t *fsz, const char *s, intmax_t disksize, intmax_t reserved) in getfssize()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 150 uint64_t fsz; /* file size */ member
|
/freebsd/sys/netinet/ |
H A D | in_pcb.h | 309 uint32_t fsz; /* size of the struct up to keys */ member
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_common.h | 322 uint64_t fsz:6; member
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 3766 size_t fsz, ssz; in roff_tr() local
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 9608 #define APND_START_ROUNDUP(fsz) (((fsz)+APND_ALIGN_MASK) & ~APND_ALIGN_MASK) argument
|