Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/u-boot/tools/gdb/
H A Dremote.c19 #ifndef alloca
21 #define alloca __builtin_alloca macro
31 #pragma alloca
42 void* alloca(size_t);
427 char *buf = alloca (PBUFSIZ); in check_binary_download()
471 unsigned char *buf = alloca (PBUFSIZ);
636 char *buf2 = alloca (PBUFSIZ);
637 char *junkbuf = alloca (PBUFSIZ);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch7 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);
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c228 data = alloca(keysize); in test_lpm_map()
231 value = alloca(keysize + 1); in test_lpm_map()
234 key = alloca(sizeof(*key) + keysize); in test_lpm_map()
344 key_ipv4 = alloca(key_size_ipv4); in test_lpm_ipaddr()
345 key_ipv6 = alloca(key_size_ipv6); in test_lpm_ipaddr()
432 key = alloca(key_size); in test_lpm_delete()
541 key_p = alloca(key_size); in test_lpm_get_next_key()
542 next_key_p = alloca(key_size); in test_lpm_get_next_key()
699 key_p = alloca(key_size); in lpm_test_command()
720 struct bpf_lpm_trie_key_u8 *next_key_p = alloca(key_size); in lpm_test_command()
/openbmc/linux/tools/testing/selftests/sigaltstack/
H A Dsas.c55 aa = alloca(1024); in my_usr1()
86 aa = alloca(1024); in my_usr2()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd/
H A D0001-Provide-implementation-of-strndupa-for-musl.patch31 + char *__new = (char *)alloca(__len + 1); \
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A D0001-Define-strndupa-if-it-does-not-exist.patch27 + char *__out = (char *) alloca (__len); \
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c31 buf = alloca(sz * 3); in stack_mprotect()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch41 buf = alloca (max_dirnamelen + max_capstrlen + namelen);
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/
H A Dlibcamera_0.2.0.bb15 file://0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0003-musl-utils.patch88 + char *__out = (char *) alloca (__len); \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/
H A Dfix-musl.patch40 #include <alloca.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch138 // 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));
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0002-options-Replace-use-of-VLAs-in-C.patch12 Therefore replace using VLAs with alloca and malloc/free
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h394 host_stfs = alloca(host_bufsize); in do_freebsd11_getfsstat()
432 host_stfs = alloca(host_bufsize); in do_freebsd_getfsstat()
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c516 b = alloca(elem * sizeof(*e)); in print_list()
544 b = alloca(elem * sizeof(*e)); in expand_and_crc_sym()
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c165 prefix_key = alloca(sizeof(*prefix_key) + 4); in read_route()
166 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
H A Dmap_perf_test_user.c378 key = alloca(sizeof(*key) + 4); in fill_lpm_trie()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch761 - alloca code.
1566 -# include <alloca.h>
1569 - #pragma alloca
1571 -# ifndef alloca
1572 -char *alloca ();
1739 -# undef alloca
3982 -# include <alloca.h>
3985 - #pragma alloca
3987 -# ifndef alloca
3988 -char *alloca ();
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch188 + sectors = alloca(sizeof(sector_t) * nsect);
/openbmc/u-boot/arch/xtensa/cpu/
H A Dstart.S380 bnei a2, 5, 1f # jump if not alloca exception
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c624 buf = data = (uint8_t *) alloca(size); in serial_term_send_msg()
H A Dserial_basic.c409 buf = data = (uint8_t *) alloca(size); in serial_bm_send_msg()
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m412 AC_CHECK_FUNCS(access alloca atexit atoi atol chmod chown ctime difftime fstat gettimeofday gmtime …
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddirty_log_test.c526 struct kvm_signal_mask *sigmask = alloca(offsetof(struct kvm_signal_mask, sigset) in vcpu_worker()
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch353 #include <alloca.h>

12