Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dpython14 !:mime application/x-bytecode.python
16 !:mime application/x-bytecode.python
18 !:mime application/x-bytecode.python
20 !:mime application/x-bytecode.python
22 !:mime application/x-bytecode.python
24 !:mime application/x-bytecode.python
26 !:mime application/x-bytecode.python
28 !:mime application/x-bytecode.python
30 !:mime application/x-bytecode.python
32 !:mime application/x-bytecode.python
[all …]
H A Dbytecode3 # $File: bytecode,v 1.5 2023/02/20 16:25:05 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
39 >>>0 string #~ Racket bytecode
H A Djavascript68 0 lequad 0x1F1903C103BC1FC6 Hermes JavaScript bytecode
71 # v8 JavaScript engine bytecode
75 # V8 bytecode extraction was added in NodeJS v5.7.0 (V8 4.6.85.31).
83 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
95 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
116 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
134 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
148 >>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
H A Dlua18 # Lua bytecode
19 0 string \033Lua Lua bytecode,
H A Dparrot8 0 string \376PBC\r\n\032\n Parrot bytecode
H A Dmail.news137 # URL: https://www.cyrusimap.org/docs/cyrus-imapd/2.4.6/internal/bytecode.php
138 # URL: http://git.cyrusimap.org/cyrus-imapd/tree/sieve/bytecode.h?h=master
142 0 string CyrSBytecode Cyrus sieve bytecode data,
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/contrib/file/tests/
H A Dhello-racket_rkt.result1 Racket bytecode (version 8.5)
/freebsd/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/share/dict/
H A Dfreebsd225 bytecode
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c3285 uint8_t *bytecode; in parse_filter() local
3290 bytecode = malloc(len); in parse_filter()
3291 if (!bytecode) in parse_filter()
3294 bytecode[i] = (uint8_t)membr_bits(&br, 8); in parse_filter()
3295 prog = compile_program(bytecode, len); in parse_filter()
3297 free(bytecode); in parse_filter()
3300 free(bytecode); in parse_filter()
/freebsd/contrib/file/magic/
H A DMakefile.am57 $(MAGIC_FRAGMENT_DIR)/bytecode \
H A DMakefile.in335 $(MAGIC_FRAGMENT_DIR)/bytecode \
/freebsd/crypto/openssl/doc/man3/
H A DX509_dup.pod336 The OpenSSL ASN1 parsing library templates are like a data-driven bytecode
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1329 unintentionally emitted AML bytecode with incorrect package lengths for
1332 during boot. The malformed AML bytecode is emitted in iASL version
1338 a named object that is declared later in the AML bytecode. This is
6603 in the generation of invalid AML bytecode. ACPICA BZ 970.