/openbmc/u-boot/tools/gdb/ |
H A D | remote.c | 19 #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 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);
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lpm_map.c | 228 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 D | sas.c | 55 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 D | 0001-Provide-implementation-of-strndupa-for-musl.patch | 31 + char *__new = (char *)alloca(__len + 1); \
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/ |
H A D | 0001-Define-strndupa-if-it-does-not-exist.patch | 27 + char *__out = (char *) alloca (__len); \
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_lsm.c | 31 buf = alloca(sz * 3); in stack_mprotect()
|
/openbmc/openbmc/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);
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/ |
H A D | libcamera_0.2.0.bb | 15 file://0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch \
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0003-musl-utils.patch | 88 + char *__out = (char *) alloca (__len); \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/ |
H A D | fix-musl.patch | 40 #include <alloca.h>
|
/openbmc/openbmc/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));
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/ |
H A D | 0002-options-Replace-use-of-VLAs-in-C.patch | 12 Therefore replace using VLAs with alloca and malloc/free
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.h | 394 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 D | genksyms.c | 516 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 D | xdp_router_ipv4_user.c | 165 prefix_key = alloca(sizeof(*prefix_key) + 4); in read_route() 166 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
|
H A D | map_perf_test_user.c | 378 key = alloca(sizeof(*key) + 4); in fill_lpm_trie()
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 761 - 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 D | 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch | 188 + sectors = alloca(sizeof(sector_t) * nsect);
|
/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | start.S | 380 bnei a2, 5, 1f # jump if not alloca exception
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 624 buf = data = (uint8_t *) alloca(size); in serial_term_send_msg()
|
H A D | serial_basic.c | 409 buf = data = (uint8_t *) alloca(size); in serial_bm_send_msg()
|
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/ |
H A D | acinclude.m4 | 12 AC_CHECK_FUNCS(access alloca atexit atoi atol chmod chown ctime difftime fstat gettimeofday gmtime …
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | dirty_log_test.c | 526 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 D | ldconfig.patch | 353 #include <alloca.h>
|