Home
last modified time | relevance | path

Searched refs:typesize (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-workaround-for-overlapping-sections-in-binary.patch6 Problem: binary (typesize.bin) created from object file (typesize.o)
7 with 'objcopy -O binary ... '. But typesize.o has relocatable objects that all
25 various types, and makes an associative array %typesize available to
39 @@ -71,7 +71,7 @@ $(obj)/typesize.c: $(srctree)/$(KLIBCSRC
41 # Convert typesize.o to typesize.bin
46 $(obj)/typesize.bin: $(obj)/typesize.o FORCE
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h27 size_t typesize) in __mlxsw_item_offset() argument
30 if (item->offset % typesize != 0 || in __mlxsw_item_offset()
31 item->step % typesize != 0 || in __mlxsw_item_offset()
32 item->in_step_offset % typesize != 0) { in __mlxsw_item_offset()
35 item->in_step_offset, typesize); in __mlxsw_item_offset()
40 typesize); in __mlxsw_item_offset()
/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c280 const_tree typesize; in is_flexible_array() local
283 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()
290 if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE && in is_flexible_array()
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch22 datasize = (*count) * typesize;