Lines Matching defs:hdr
2761 struct btf_ext_header *hdr;
2828 hdr = cur;
2829 hdr->magic = BTF_MAGIC;
2830 hdr->version = BTF_VERSION;
2831 hdr->flags = 0;
2832 hdr->hdr_len = sizeof(struct btf_ext_header);
2836 hdr->func_info_off = 0;
2837 hdr->func_info_len = funcs_sz;
2838 hdr->line_info_off = funcs_sz;
2839 hdr->line_info_len = lines_sz;
2840 hdr->core_relo_off = funcs_sz + lines_sz;
2841 hdr->core_relo_len = core_relos_sz;