Lines Matching refs:size
114 /* final output section size */
1113 /* no need to re-align final size */
1134 /* pad dst section, if it's alignment forced size increase */
1375 if (t1->size != t2->size) {
1376 pr_warn("global '%s': incompatible %s '%s' size %u and %u\n",
1377 sym_name, btf_kind_str(t1), n1, t1->size, t2->size);
1391 /* ignore index type and array size */
1507 /* check key type/size match */
1524 /* validate value type/size match */
2151 /* record actual section size, unless ephemeral */
2153 t->size = sec->shdr->sh_size;
2347 * correct section size.
2380 * changed, so might its size have changed, so
2385 pr_warn("global '%s': failed to resolve size of underlying type: %d\n",
2389 dst_var->size = sz;
2404 dst_var->size = src_var->size;
2685 if (btf__add_datasec_var_info(btf, vi->type, vi->offset, vi->size))
2766 * and calculate total data size for each type of data (func info,
2776 pr_warn("mismatch in func_info record size %zu != %u\n",
2787 pr_warn("mismatch in line_info record size %zu != %u\n",
2798 pr_warn("mismatch in core_relo_info record size %zu != %u\n",
2812 funcs_sz += sizeof(__u32); /* record size prefix */
2816 lines_sz += sizeof(__u32); /* record size prefix */
2820 core_relos_sz += sizeof(__u32); /* record size prefix */