Searched refs:typesize (Results 1 – 3 of 3) sorted by relevance
6 Problem: binary (typesize.bin) created from object file (typesize.o)7 with 'objcopy -O binary ... '. But typesize.o has relocatable objects that all25 various types, and makes an associative array %typesize available to39 @@ -71,7 +71,7 @@ $(obj)/typesize.c: $(srctree)/$(KLIBCSRC41 # Convert typesize.o to typesize.bin46 $(obj)/typesize.bin: $(obj)/typesize.o FORCE
27 size_t typesize) in __mlxsw_item_offset() argument30 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()
280 const_tree typesize; in is_flexible_array() local283 typesize = TYPE_SIZE(fieldtype); in is_flexible_array()290 if (typesize == NULL_TREE && TYPE_DOMAIN(fieldtype) != NULL_TREE && in is_flexible_array()