Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 124) sorted by relevance

12345

/openbmc/qemu/tcg/tci/
H A DREADME16 interpreter for the generated bytecode, it is possible to
26 The additional file tcg/tci.c adds the interpreter and disassembler.
35 For hosts without native TCG, the interpreter TCI must be enabled by
37 configure --enable-tcg-interpreter
39 If configure is called without --enable-tcg-interpreter, it will
44 For hosts with native TCG, the interpreter TCI can be enabled by
46 configure --enable-tcg-interpreter
54 once with interpreter and once without interpreter and compare the resulting
61 configure --cpu=unknown --enable-tcg-interpreter
115 in the interpreter. These opcodes raise a runtime exception, so it is
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/
H A Dcairo_1.18.0.bb18 LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPL-2.1-only"
67 PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils"
72 SUMMARY:cairo-script-interpreter = "The Cairo library script interpreter"
73 DESCRIPTION:cairo-script-interpreter = "The Cairo script interpreter implements \
81 FILES:${PN}-script-interpreter = "${libdir}/libcairo-script-interpreter.so.*"
/openbmc/linux/Documentation/userspace-api/
H A DELF.rst20 interpreter. Other PT_INTERP headers are ignored (since Linux 2.4.11).
31 ELF interpreter's last PT_GNU_PROPERTY program header is used (since
32 Linux 5.8). If interpreter doesn't have one, then the last PT_GNU_PROPERTY
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch28 + "--interpreter",
32 + help=f"interpreter (defaults to {sys.executable})",
41 - interpreter=sys.executable,
42 + interpreter=args.interpreter,
/openbmc/linux/Documentation/admin-guide/
H A Dbinfmt-misc.rst8 To achieve this you must tell binfmt_misc which interpreter has to be invoked
19 ``:name:type:offset:magic:mask:interpreter:flags`` (where you can choose the
49 - ``interpreter``
54 of the interpreter. It is a string of capital letters, each controls a
69 of the binary to the interpreter as an argument. When this flag is
72 the interpreter to execute non-readable binaries. This feature
78 the interpreter. When this flag is included, these attributes are
80 This feature should be used with care as the interpreter
98 - the interpreter string may not exceed 127 characters
142 If you want to pass special arguments to your interpreter, you can
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0001-Set-interpreter-only-when-necessary.patch4 Subject: [PATCH] Set interpreter only when necessary
6 If the given interpreter is already set, nothing needs to be done.
25 + debug("given interpreter is already set\n");
/openbmc/linux/fs/
H A Dbinfmt_misc.c59 const char *interpreter; /* filename of interpreter */ member
174 retval = copy_string_kernel(fmt->interpreter, bprm); in load_misc_binary()
180 retval = bprm_change_interp(fmt->interpreter, bprm); in load_misc_binary()
189 interp_file = open_exec(fmt->interpreter); in load_misc_binary()
195 bprm->interpreter = interp_file; in load_misc_binary()
446 e->interpreter = p; in create_entry()
451 if (!e->interpreter[0]) in create_entry()
453 pr_debug("register: interpreter: {%s}\n", e->interpreter); in create_entry()
515 dp += sprintf(dp, "%s\ninterpreter %s\n", status, e->interpreter); in entry_status()
659 f = open_exec(e->interpreter); in bm_register_write()
[all …]
H A Dbinfmt_elf.c592 struct file *interpreter, in load_elf_interp() argument
612 if (!interpreter->f_op->mmap) in load_elf_interp()
901 if (IS_ERR(interpreter)) in load_elf_binary()
949 if (interpreter) { in load_elf_binary()
961 interpreter); in load_elf_binary()
1119 if (interpreter) { in load_elf_binary()
1248 if (interpreter) { in load_elf_binary()
1250 interpreter, in load_elf_binary()
1269 fput(interpreter); in load_elf_binary()
1358 if (interpreter) in load_elf_binary()
[all …]
H A Dcompat_binfmt_elf.c114 #define COMPAT_ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
115 compat_arch_setup_additional_pages(bprm, interpreter)
H A Dbinfmt_elf_fdpic.c262 interpreter = open_exec(interpreter_name); in load_elf_fdpic_binary()
263 retval = PTR_ERR(interpreter); in load_elf_fdpic_binary()
264 if (IS_ERR(interpreter)) { in load_elf_fdpic_binary()
265 interpreter = NULL; in load_elf_fdpic_binary()
274 would_dump(bprm, interpreter); in load_elf_fdpic_binary()
397 allow_write_access(interpreter); in load_elf_fdpic_binary()
398 fput(interpreter); in load_elf_fdpic_binary()
399 interpreter = NULL; in load_elf_fdpic_binary()
469 if (interpreter) { in load_elf_fdpic_binary()
470 allow_write_access(interpreter); in load_elf_fdpic_binary()
[all …]
/openbmc/linux/kernel/bpf/
H A DKconfig3 # BPF interpreter that, for example, classic socket filters depend on.
47 BPF programs are normally handled by a BPF interpreter. This option
58 bool "Permanently enable BPF JIT and remove BPF interpreter"
61 Enables BPF JIT and removes BPF interpreter to avoid speculative
62 execution of BPF instructions by the interpreter.
/openbmc/qemu/scripts/
H A Dqemu-binfmt-conf.sh190 Configure binfmt_misc to use qemu interpreter
193 --qemu-path: set path to qemu interpreter ($QEMU_PATH)
194 --qemu-suffix: add a suffix to the default interpreter name
205 --persistent: if yes, the interpreter is loaded when binfmt is
214 To remove interpreter, use :
301 interpreter $qemu
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-huge_page_setup_helper-use-python3-interpreter.patch4 Subject: [PATCH] huge_page_setup_helper: use python3 interpreter
7 interpreter explicitly. This removes dependency to python2 and will not
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/
H A Dpatchelf_0.18.0.bb1 SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
8 file://0001-Set-interpreter-only-when-necessary.patch \
/openbmc/linux/include/linux/
H A Delf.h31 #define ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
32 arch_setup_additional_pages(bprm, interpreter)
H A Dbinfmts.h47 struct file *interpreter; member
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0008-Fix-perl-install-directory-to-usr-bin.patch11 bad interpreter: No such file or directory
28 - perlbin="/replace/with/path/to/perl/interpreter"
/openbmc/linux/tools/testing/selftests/kselftest/
H A Drunner.sh119 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
120 cmd="$stdbuf $interpreter ./$BASENAME_TEST"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_pep517.bbclass24 # The interpreter to use for installed scripts
52 …nativepython3 -m installer ${INSTALL_WHEEL_COMPILE_BYTECODE} --interpreter "${USRBINPATH}/env ${PE…
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch6 The nscd init script calls for #! /bin/bash interpreter
9 switch the shell interpreter to #!/bin/sh.
H A D0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch4 Subject: [PATCH] tzselect.ksh: Use /bin/sh default shell interpreter
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-installer_0.7.0.bb9 SRC_URI += "file://interpreter.patch"
/openbmc/linux/net/bpfilter/
H A DKconfig22 the elf interpreter.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/
H A D0003-ipvsadm-remove-dependency-on-bash.patch7 features at all, so switch the interpreter to /bin/sh.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/
H A Dmime-construct_1.11.bb25 #change the interpreter in file

12345