/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 27 include/stubs-bootstrap.h | 12 ++++++++++++ 29 create mode 100644 include/stubs-bootstrap.h 57 subdir-stubs := $(foreach dir,$(subdirs),$(common-objpfx)$(dir)/stubs) 59 +# gnu/stubs.h depends (via the subdir 'stubs' targets) on all the .o 61 +# gnu/stubs.h is good enough. 63 +$(inst_includedir)/gnu/stubs.h: include/stubs-bootstrap.h $(+force) 67 +installed-stubs = 70 installed-stubs = $(inst_includedir)/gnu/stubs.h 74 install-others-nosubdir: $(installed-stubs) 80 diff --git a/include/stubs-bootstrap.h b/include/stubs-bootstrap.h [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | vmlinux.lds.h | 145 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \ 146 *(.stubs) \ 148 ARM_LMA(__stubs, .stubs); \ 149 . = __stubs_lma + SIZEOF(.stubs); \
|
/openbmc/qemu/semihosting/ |
H A D | meson.build | 12 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 D | hyp-abi.rst | 24 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 D | Makefile | 19 EXTRA_SOURCES := validate.c ../harness.c stubs.S 55 copy_tofrom_user_reference.S stubs.S
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0008-tests-meson.build-use-relative-path-to-refer-to-file.patch | 28 - 'ptimer-test': ['ptimer-test-stubs.c', meson.project_source_root() / 'hw/core/ptimer.c'], 29 + 'ptimer-test': ['ptimer-test-stubs.c', '../../hw/core/ptimer.c'],
|
/openbmc/telemetry/tests/src/ |
H A D | test_sensor.cpp | 45 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 D | module_64.c | 672 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/u-boot/arch/arm/cpu/armv7/kona-common/ |
H A D | Makefile | 7 obj-y += clk-stubs.o
|
/openbmc/qemu/stubs/ |
H A D | meson.build | 31 # 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/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-types-python-dateutil_2.9.0.20240316.bb | 1 SUMMARY = "Typing stubs for python-dateutil"
|
H A D | python3-types-setuptools_69.0.0.20240125.bb | 1 SUMMARY = "Typing stubs for setuptools"
|
H A D | python3-types-psutil_5.9.5.20240316.bb | 1 SUMMARY = "Typing stubs for psutil"
|
H A D | python3-twofish_0.3.0.bb | 9 file://0001-Fix-missing-return-statements-in-module-stubs.patch \
|
/openbmc/qemu/hw/cxl/ |
H A D | meson.build | 12 'cxl-host-stubs.c',
|
/openbmc/qemu/replay/ |
H A D | meson.build | 13 ), if_false: files('stubs-system.c'))
|
/openbmc/qemu/accel/ |
H A D | meson.build | 11 subdir('stubs') subdir
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch | 4 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/telemetry/tests/src/stubs/ |
H A D | dbus_sensor_object.hpp | 8 namespace stubs namespace
|
H A D | dbus_sensor_object.cpp | 10 namespace stubs namespace
|
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/ |
H A D | gnu-efi_3.0.17.bb | 28 cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h
|
/openbmc/qemu/hw/mem/ |
H A D | meson.build | 9 system_ss.add(when: 'CONFIG_MEM_DEVICE', if_false: files('memory-device-stubs.c'))
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | meson.build | 20 'xen-stubs.c',
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | meson.build | 7 'stubs.c'
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
H A D | pseudo.inc | 54 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."
|