Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 25 of 94) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers
12 is set; otherwise, place gnu/stubs.h on the 'install-others' list.
17 necessary for building a cross-compiler. Install gnu/stubs.h as
20 gnu/stubs.h, instead of computing the real thing.
21 * include/stubs-bootstrap.h: New file.
27 include/stubs-bootstrap.h | 12 ++++++++++++
29 create mode 100644 include/stubs-bootstrap.h
39 -install-others = $(inst_includedir)/gnu/stubs.h
42 +# If we're bootstrapping, install a dummy gnu/stubs.h along with the
44 +# tree. Otherwise, install gnu/stubs.h later, after the rest of the
[all …]
/openbmc/linux/arch/arm/include/asm/
H A Dvmlinux.lds.h145 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
146 *(.stubs) \
148 ARM_LMA(__stubs, .stubs); \
149 . = __stubs_lma + SIZEOF(.stubs); \
/openbmc/qemu/semihosting/
H A Dmeson.build12 common_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SYSTEM_ONLY'], if_false: files('stubs-all.c'))
13 system_ss.add(when: ['CONFIG_SEMIHOSTING'], if_false: files('stubs-system.c'))
/openbmc/linux/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst24 EL2 (arm64), allowing it to install a set of stubs before dropping to
25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
38 of the architecture. Only implemented by the initial stubs, not by
46 stubs' exception vector value. This effectively disables an existing
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A DMakefile19 EXTRA_SOURCES := validate.c ../harness.c stubs.S
55 copy_tofrom_user_reference.S stubs.S
/openbmc/telemetry/tests/src/
H A Dtest_sensor.cpp45 static std::unique_ptr<stubs::DbusSensorObject> makeSensorObject() in makeSensorObject()
47 return std::make_unique<stubs::DbusSensorObject>( in makeSensorObject()
52 std::unique_ptr<stubs::DbusSensorObject> sensorObject = makeSensorObject();
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_64.c672 struct ppc64_stub_entry *stubs; in stub_for_addr() local
675 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr()
678 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; in stub_for_addr()
679 for (i = 0; stub_func_addr(stubs[i].funcdata); i++) { in stub_for_addr()
683 if (stub_func_addr(stubs[i].funcdata) == func_addr(addr)) in stub_for_addr()
684 return (unsigned long)&stubs[i]; in stub_for_addr()
687 if (!create_stub(sechdrs, &stubs[i], addr, me, name)) in stub_for_addr()
690 return (unsigned long)&stubs[i]; in stub_for_addr()
/openbmc/qemu/stubs/
H A Dmeson.build31 # stubs for hooks in util/main-loop.c, util/async.c etc.
43 # stubs for monitor
87 stub_ss.add(files('hotplug-stubs.c'))
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0007-tests-meson.build-use-relative-path-to-refer-to-file.patch27 - 'ptimer-test': ['ptimer-test-stubs.c', meson.project_source_root() / 'hw/core/ptimer.c'],
28 + 'ptimer-test': ['ptimer-test-stubs.c', '../../hw/core/ptimer.c'],
/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/
H A DMakefile7 obj-y += clk-stubs.o
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch4 Subject: [PATCH] expect: Fix segfaults if Tcl is built with stubs and Expect
7 Description: This dirty hack fixes segfaults if Tcl is built with stubs
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-types-python-dateutil_2.9.0.20241003.bb1 SUMMARY = "Typing stubs for python-dateutil"
H A Dpython3-types-setuptools_73.0.0.20240822.bb1 SUMMARY = "Typing stubs for setuptools"
H A Dpython3-types-psutil_6.1.0.20241102.bb1 SUMMARY = "Typing stubs for psutil"
H A Dpython3-twofish_0.3.0.bb9 file://0001-Fix-missing-return-statements-in-module-stubs.patch \
/openbmc/qemu/hw/cxl/
H A Dmeson.build12 'cxl-host-stubs.c',
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/
H A Dgnu-efi_4.0.0.bb28 cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h
/openbmc/qemu/accel/
H A Dmeson.build11 subdir('stubs') subdir
/openbmc/qemu/replay/
H A Dmeson.build13 ), if_false: files('stubs-system.c'))
/openbmc/telemetry/tests/src/stubs/
H A Ddbus_sensor_object.hpp8 namespace stubs namespace
H A Ddbus_sensor_object.cpp10 namespace stubs namespace
/openbmc/qemu/python/
H A Dsetup.cfg87 # fusepy has no type stubs:
91 # urwid and urwid_readline have no type stubs:
95 # provide type stubs. Allow them on an as-needed basis for mypy.
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc54 if [ -e "/usr/include/gnu/stubs-32.h" ]; then
61 if ! [ -e "/usr/include/gnu/stubs-32.h" ]; then
74 bbwarn "Can't find stubs-32.h, but usually need it to build 32-bit libpseudo."
/openbmc/linux/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst33 function redirection via static stubs.
39 Static stubs are a way of redirecting calls to one function (the "real"
46 Using static stubs is pretty straightforward:
/openbmc/qemu/hw/mem/
H A Dmeson.build9 system_ss.add(when: 'CONFIG_MEM_DEVICE', if_false: files('memory-device-stubs.c'))

1234