Home
last modified time | relevance | path

Searched refs:tblsize (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/restore/
H A Dsymtab.c521 long tblsize; in initsymtable() local
547 tblsize = stbuf.st_size - sizeof(struct symtableheader); in initsymtable()
548 base = calloc(sizeof(char), (unsigned)tblsize); in initsymtable()
551 if (read(fd, base, (int)tblsize) < 0 || in initsymtable()
589 (base + tblsize - (entrytblsize * sizeof(struct entry *))); in initsymtable()
/freebsd/sys/kern/
H A Dlink_elf.c1454 #define APPLY_RELOCS(iter, tbl, tblsize, type) do { \ in relocate_file1() argument
1456 (iter) < (tbl) + (tblsize) / sizeof(*(iter)); (iter)++) { \ in relocate_file1()
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c4085 size_t i, j, tblsize[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, in ssl3_get_cipher_by_std_name() local
4090 for (i = 0, tbl = alltabs[j]; i < tblsize[j]; i++, tbl++) { in ssl3_get_cipher_by_std_name()