Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/file/magic/Magdir/
H A Dpython13 !:mime application/x-bytecode.python
15 !:mime application/x-bytecode.python
17 !:mime application/x-bytecode.python
19 !:mime application/x-bytecode.python
21 !:mime application/x-bytecode.python
23 !:mime application/x-bytecode.python
25 !:mime application/x-bytecode.python
27 !:mime application/x-bytecode.python
29 !:mime application/x-bytecode.python
31 !:mime application/x-bytecode.python
[all …]
H A Dbytecode3 # $File: bytecode,v 1.2 2021/06/30 11:57:32 christos Exp $
7 # NekoVM (https://nekovm.org/) bytecode
8 0 string NEKO NekoVM bytecode
11 >12 lelong x %d bytecode ops)
12 !:mime application/x-nekovm-bytecode
16 0 belong 0x07524c4d Resilient Logic bytecode
30 >13 regex .\.. \b, bytecode v%s
H A Dlua18 # Lua bytecode
19 0 string \033Lua Lua bytecode,
H A Dmail.news71 # URL: https://www.cyrusimap.org/docs/cyrus-imapd/2.4.6/internal/bytecode.php
72 # URL: http://git.cyrusimap.org/cyrus-imapd/tree/sieve/bytecode.h?h=master
76 0 string CyrSBytecode Cyrus sieve bytecode data,
H A Dparrot8 0 string \376PBC\r\n\032\n Parrot bytecode
H A Djavascript21 0 lequad 0x1F1903C103BC1FC6 Hermes JavaScript bytecode
H A Dcafebabe6 # Since Java bytecode and Mach-O universal binaries have the same magic number,
9 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A DREADME.zfs65 5. The Lua bytecode is not designed to be secure / safe, so it would be easy to
66 pass invalid bytecode which can panic the kernel. By comparison, the parser
/freebsd-13.1/share/dict/
H A Dfreebsd226 bytecode
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_dup.pod271 The OpenSSL ASN1 parsing library templates are like a data-driven bytecode
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c3237 uint8_t *bytecode; in parse_filter() local
3242 bytecode = malloc(len); in parse_filter()
3243 if (!bytecode) in parse_filter()
3246 bytecode[i] = (uint8_t)membr_bits(&br, 8); in parse_filter()
3247 prog = compile_program(bytecode, len); in parse_filter()
3249 free(bytecode); in parse_filter()
3252 free(bytecode); in parse_filter()
/freebsd-13.1/contrib/file/magic/
H A DMakefile.am55 $(MAGIC_FRAGMENT_DIR)/bytecode \
H A DMakefile.in329 $(MAGIC_FRAGMENT_DIR)/bytecode \
/freebsd-13.1/contrib/subversion/
H A Dconfigure.ac1289 # The minimum version for the JVM runtime for our Java bytecode.
H A DCHANGES4813 - compile Java bytecode for Java 1.2 VM (r21765, -7, r21814)
/freebsd-13.1/contrib/ipfilter/
H A DHISTORY326 supports loading rules comprised of BPF bytecode statements
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt759 unintentionally emitted AML bytecode with incorrect package lengths for
762 during boot. The malformed AML bytecode is emitted in iASL version
768 a named object that is declared later in the AML bytecode. This is
6033 in the generation of invalid AML bytecode. ACPICA BZ 970.