| /src/external/cddl/osnet/dist/lib/libctf/common/ |
| ctf_lib.c | 231 GElf_Ehdr e64; member in union:__anon8987 303 ehdr_to_gelf(&e32, &hdr.e64); 306 shnum = hdr.e64.e_shnum; 307 shstrndx = hdr.e64.e_shstrndx; 315 hdr.e64.e_shoff) != sizeof (x32)) 325 hdr.e64.e_shoff) != sizeof (x64)) 352 sp32, nbytes, hdr.e64.e_shoff) != nbytes) { 363 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) {
|
| /src/sys/arch/i386/stand/lib/ |
| exec_multiboot2.c | 981 Elf64_Ehdr e64; member in union:__anon1475 1011 ehdr64 = &ehdr.e64;
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_nistp256.c | 981 felem e2, e4, e8, e16, e32, e64; local 1026 felem_assign(e64, ftmp); 1034 felem_mul(tmp, e64, e32);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_nistp256.c | 986 felem e2, e4, e8, e16, e32, e64; local 1031 felem_assign(e64, ftmp); 1039 felem_mul(tmp, e64, e32);
|