Home
last modified time | relevance | path

Searched refs:capstone (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/disas/
H A Dmeson.build15 common_ss.add(when: capstone, if_true: [files('capstone.c'), capstone])
23 specific_ss.add(capstone)
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu_9.2.0.bb14 …get:mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}"
H A Dqemu.inc215 PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dmacos-14.vars14 PKGS='bash bc bindgen bison bzip2 capstone ccache cmocka ctags curl dbus diffutils dtc flex gcovr g…
/openbmc/qemu/tests/docker/dockerfiles/
H A Dalpine.docker20 capstone-dev \
H A Dcentos9.docker25 capstone-devel \
H A Dfedora.docker32 capstone-devel \
H A Dfedora-rust-nightly.docker32 capstone-devel \
/openbmc/qemu/docs/system/loongarch/
H A Dvirt.rst47 --enable-debug --disable-capstone --disable-kvm \
/openbmc/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker42 capstone-devel \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst140 - qemu: add :term:`PACKAGECONFIG` for capstone
144 - ruby: add :term:`PACKAGECONFIG` for capstone
H A Drelease-notes-4.1.rst158 - qemu: bpf, brlapi, capstone, rdma, slirp, uring, vde
160 - ruby: capstone
H A Drelease-notes-4.0.4.rst135 - ruby: drop capstone support
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh272 --enable-capstone) printf "%s" -Dcapstone=enabled ;;
273 --disable-capstone) printf "%s" -Dcapstone=disabled ;;
/openbmc/qemu/
H A Dmeson.build1883 capstone = not_found variable
1884 if not get_option('capstone').auto() or have_system or have_user
1885 capstone = dependency('capstone', version: '>=3.0.5', variable
1887 required: get_option('capstone'))
1889 # Some versions of capstone have broken pkg-config file
1893 if capstone.found() and not cc.compiles('#include <capstone.h>',
1894 dependencies: [capstone])
1895 capstone = not_found variable
1896 if get_option('capstone').enabled()
1897 error('capstone requested, but it does not appear to work')
[all …]
H A Dmeson_options.txt317 option('capstone', type: 'feature', value: 'auto', feature
318 description: 'Whether and how to find the capstone library')