| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 4 Subject: [PATCH] make ld-XXX.so strlen intercept optional 9 intercept it, don't make it mandatory to do so. 31 + Therefore although we should still try to intercept it, don't make it
|
| /openbmc/openbmc/poky/meta/recipes-extended/sudo/files/ |
| H A D | 0001-sudo.conf.in-fix-conflict-with-multilib.patch | 39 -#Path intercept @intercept_file@ 40 +#Path intercept $intercept_file
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 194 for intercept in postinst_intercepts: 195 shutil.copy(intercept, os.path.join(self.intercepts_dir, os.path.basename(intercept))) 202 with open(postinst_intercept_hook) as intercept: 204 for line in intercept.read().split("\n"):
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | trace-events | 13 kvm_intercept(uint32_t icpt_code, uint64_t psw_addr) "intercept: 0x%x (at 0x%"PRIx64"lx)"
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx-cross.patch | 25 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 36 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 68 # /bin/sh is used to intercept "Killed" or "Abort trap" messages
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.23.rst | 58 - nativesdk-intercept: Fix bad intercept chgrp/chown logic 73 - pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
|
| H A D | release-notes-4.0.1.rst | 24 - base: Drop git intercept 66 - install/devshell: Introduce git intercept script due to fakeroot issues 117 - scripts: Make git intercept global
|
| H A D | release-notes-4.3.4.rst | 84 - pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
|
| H A D | release-notes-5.0.4.rst | 37 - buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
|
| H A D | release-notes-4.0.8.rst | 46 - devshell: Do not add scripts/git-intercept to PATH
|
| H A D | release-notes-4.0.22.rst | 38 - buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
|
| H A D | release-notes-4.0.4.rst | 119 - oeqa/selftest: rename git.py to intercept.py
|
| H A D | migration-2.5.rst | 68 - ``nativesdk-postinst-intercept``: This recipe is not maintained.
|
| H A D | release-notes-4.1.3.rst | 71 - devshell: Do not add scripts/git-intercept to PATH
|
| H A D | release-notes-4.2.4.rst | 162 - nativesdk-intercept: Fix bad intercept chgrp/chown logic
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-deps-disable-io_uring-support-in-libuv.patch | 6 Refer [1], Pseudo fails to intercept some of the syscalls when io_uring
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ |
| H A D | ltrace_git.bb | 5 It can also intercept and print the system calls executed by the program.\
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cross.bbclass | 103 PATH:prepend = "${COREBASE}/scripts/cross-intercept:"
|
| H A D | nativesdk.bbclass | 124 PATH:prepend = "${COREBASE}/scripts/nativesdk-intercept:"
|
| H A D | native.bbclass | 115 PATH:prepend = "${COREBASE}/scripts/native-intercept:"
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | decode-new.h | 300 unsigned intercept:8; member
|
| /openbmc/qemu/target/i386/ |
| H A D | svm.h | 158 uint64_t intercept; member
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | svm_helper.c | 238 env->intercept = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() 239 control.intercept)); in helper_vmrun() 642 if (env->intercept & (1ULL << (type - SVM_EXIT_INTR))) { in cpu_svm_has_intercept() 710 if (env->intercept & (1ULL << (SVM_EXIT_IOIO - SVM_EXIT_INTR))) { in helper_svm_check_io() 823 env->intercept = 0; in do_vmexit()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/valgrind/ |
| H A D | valgrind_3.25.1.bb | 17 file://valgrind-make-ld-XXX.so-strlen-intercept-optional.patch \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
| H A D | clang_git.bb | 375 ${bindir}/intercept-build \ 389 ${libexecdir}/intercept-c++ \ 390 ${libexecdir}/intercept-cc \
|