Home
last modified time | relevance | path

Searched refs:__THROW (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-define-__THROW-to-avoid-build-issue-with-musl.patch4 Subject: [PATCH 1/2] define __THROW to avoid build issue with musl
25 +/* define __THROW to avoid build issue when it's not available from the libc */
26 +#ifndef __THROW
27 +# define __THROW
40 +/* define __THROW to avoid build issue when it's not available from the libc */
41 +#ifndef __THROW
42 +# define __THROW
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A D0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch37 - __THROW ATTRIBUTE_SECTION(malloc_hook);
39 - __THROW ATTRIBUTE_SECTION(malloc_hook);
41 -void* mmap(void *start, size_t length, int prot, int flags, int fd, off_t off) __THROW {
45 -void* mmap64(void *start, size_t length, int prot, int flags, int fd, int64_t off) __THROW {
56 extern "C" int munmap(void* start, size_t length) __THROW ATTRIBUTE_SECTION(malloc_hook);
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-cdefs.h24 # define __THROW __attribute__ ((__nothrow__)) macro
27 # define __THROW macro
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dfix-gettid-exception-declaration.patch12 +extern pid_t gettid(void) __THROW;
23 +pid_t gettid(void) __THROW {
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dfix-gettid-exception-declaration.patch12 +extern pid_t gettid(void) __THROW;
23 +pid_t gettid(void) __THROW {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0004-shm.c-Mark-glibc-specific-changes-so.patch24 __attribute__((weak)) __THROW __nonnull ((2));
25 extern char *dlerror (void) __attribute__((weak)) __THROW;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/
H A Dcdrkit_1.1.11.bb11 file://0001-define-__THROW-to-avoid-build-issue-with-musl.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch20 34 | extern __pid_t gettid (void) __THROW;
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch469 void *xmalloc (size_t n) __THROW;
470 char *xstrdup (char *string) __THROW;