| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0011-config-ac-macros-alloca.m4-Remove-obsolete-Cray-supp.patch | 4 Subject: [PATCH] config/ac-macros/alloca.m4: Remove obsolete Cray support 21 config/ac-macros/alloca.m4 | 14 -------------- 24 diff --git a/config/ac-macros/alloca.m4 b/config/ac-macros/alloca.m4 26 --- a/config/ac-macros/alloca.m4 27 +++ b/config/ac-macros/alloca.m4 29 ALLOCA=alloca.o 32 - AC_CACHE_CHECK(whether alloca needs Cray hooks, ac_cv_os_cray,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | libiberty.h | 188 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \ 357 #define XALLOCA(T) ((T *) alloca (sizeof (T))) 365 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) 374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) 729 #undef alloca 731 # define alloca(x) __builtin_alloca(x) macro 736 char *const libiberty_nptr = (char *) alloca (libiberty_len); \ 739 # define alloca(x) C_alloca(x) macro 750 libiberty_nptr = (char *) alloca (libiberty_len), \
|
| H A D | tsystem.h | 118 #undef alloca 119 #define alloca(x) __builtin_alloca(x) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | libiberty.h | 188 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \ 357 #define XALLOCA(T) ((T *) alloca (sizeof (T))) 365 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) 374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) 729 #undef alloca 731 # define alloca(x) __builtin_alloca(x) macro 736 char *const libiberty_nptr = (char *) alloca (libiberty_len); \ 739 # define alloca(x) C_alloca(x) macro 750 libiberty_nptr = (char *) alloca (libiberty_len), \
|
| H A D | tsystem.h | 118 #undef alloca 119 #define alloca(x) __builtin_alloca(x) macro
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | remote.c | 18 #ifndef alloca 20 #define alloca __builtin_alloca macro 30 #pragma alloca 41 void* alloca(size_t); 428 char *buf = alloca (PBUFSIZ); in check_binary_download() 472 unsigned char *buf = alloca (PBUFSIZ); 637 char *buf2 = alloca (PBUFSIZ); 638 char *junkbuf = alloca (PBUFSIZ);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | alloca.h | 29 #undef alloca 32 extern void *alloca (size_t __size) __THROW; 35 # define alloca(size) __builtin_alloca (size) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | alloca.h | 29 #undef alloca 32 extern void *alloca (size_t __size) __THROW; 35 # define alloca(size) __builtin_alloca (size) macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | 0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch | 7 the usage with alloca which is exact same allocation on stack 43 + DFBRectangle *rects = (DFBRectangle*)alloca( sizeof(struct DFBRectangle) * num); 44 + DFBPoint *points = (DFBPoint*)alloca( sizeof(struct DFBPoint) * num); 54 + DFBRectangle *rects = (DFBRectangle*)alloca( sizeof(struct DFBRectangle) * num); 55 + DFBPoint *points = (DFBPoint*)alloca( sizeof(struct DFBPoint) * num);
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | zglobal.h | 30 # define alloca __builtin_alloca macro 37 #pragma alloca 39 # ifndef alloca 41 char *alloca ();
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lpm_map.c | 227 data = alloca(keysize); in test_lpm_map() 230 value = alloca(keysize + 1); in test_lpm_map() 233 key = alloca(sizeof(*key) + keysize); in test_lpm_map() 342 key_ipv4 = alloca(key_size_ipv4); in test_lpm_ipaddr() 343 key_ipv6 = alloca(key_size_ipv6); in test_lpm_ipaddr() 432 key = alloca(key_size); in test_lpm_delete() 544 key_p = alloca(key_size); in test_lpm_get_next_key() 545 next_key_p = alloca(key_size); in test_lpm_get_next_key() 709 key_p = alloca(key_size); in lpm_test_command() 730 struct bpf_lpm_trie_key *next_key_p = alloca(key_size); in lpm_test_command()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sigaltstack/ |
| H A D | sas.c | 54 aa = alloca(1024); in my_usr1() 85 aa = alloca(1024); in my_usr2()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 368 char **_argv = alloca((argvCnt + 1) * sizeof(char *)); in do_start_x11_server() 369 char **_envp = alloca((envpCnt + 1) * sizeof(char *)); in do_start_x11_server() 423 newargv = (string_array_t)alloca(argc * sizeof(string_t)); in startup_trigger() 424 newenvp = (string_array_t)alloca(envpc * sizeof(string_t)); in startup_trigger()
|
| /OK3568_Linux_fs/buildroot/package/autofs/ |
| H A D | 0001-autofs-5-1-7-use-default-stack-size-for-threads.patch | 20 and glibc alloca(3) usage. 22 Quite a bit of that alloca(3) usage has been eliminated from autofs now,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/audit/audit/ |
| H A D | 0001-Add-substitue-functions-for-strndupa-rawmemchr.patch | 34 + char *tmp = alloca(len + 1); 122 + char *tmp = alloca(len + 1);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/ |
| H A D | 0001-Don-t-build-with-Werror-to-fix-compile-error.patch | 22 AX_AM_CFLAGS_ADD([-Werror=alloca])
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_lsm.c | 32 buf = alloca(sz * 3); in stack_mprotect()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-systemd/ |
| H A D | 0001-Provide-implementation-of-strndupa-for-musl.patch | 31 + char *__new = (char *)alloca(__len + 1); \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efibootmgr/efibootmgr/ |
| H A D | 0001-src-make-compatible-with-efivar-38.patch | 18 text_path = alloca(text_path_len);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch | 41 buf = alloca (max_dirnamelen + max_capstrlen + namelen);
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 195 route.iface_name = alloca(sizeof(char *) * IFNAMSIZ); in read_route() 211 prefix_key = alloca(sizeof(*prefix_key) + 3); in read_route() 212 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0003-musl-utils.patch | 89 + char *__out = (char *) alloca (__len); \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 138 // alloca is stack allocated, don't free it. 139 unsigned char *foo = (unsigned char*)alloca(key_len); 151 unsigned char *foo = (unsigned char *)alloca(DH_size(info));
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | genksyms.c | 516 b = alloca(elem * sizeof(*e)); in print_list() 544 b = alloca(elem * sizeof(*e)); in expand_and_crc_sym()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 683 - * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using 746 - * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc. 757 - * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca 761 - alloca code. 1562 -# define alloca __builtin_alloca 1566 -# include <alloca.h> 1569 - #pragma alloca 1571 -# ifndef alloca 1572 -char *alloca (); 1708 -/* For those loosing systems which don't have `alloca' we have to add [all …]
|