Home
last modified time | relevance | path

Searched refs:btf_ext_header (Results 1 – 3 of 3) sorted by relevance

/tools/lib/bpf/
A Dlibbpf_internal.h467 struct btf_ext_header { struct
486 struct btf_ext_header *hdr; argument
A Dbtf.c3139 if (btf_ext->hdr->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext_parse_info()
3152 static void btf_ext_bswap_hdr(struct btf_ext_header *h) in btf_ext_bswap_hdr()
3166 if (hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext_bswap_hdr()
3212 const struct btf_ext_header *h = data; in btf_ext_bswap_info()
3226 if (h->hdr_len < offsetofend(struct btf_ext_header, core_relo_len)) in btf_ext_bswap_info()
3238 struct btf_ext_header *hdr = btf_ext->hdr; in btf_ext_parse()
3242 if (data_size < offsetofend(struct btf_ext_header, hdr_len)) { in btf_ext_parse()
3276 if (hdr_len < offsetofend(struct btf_ext_header, line_info_len)) { in btf_ext_parse()
A Dlinker.c2970 struct btf_ext_header *hdr; in finalize_btf_ext()
3019 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext()
3041 hdr->hdr_len = sizeof(struct btf_ext_header); in finalize_btf_ext()
3042 cur += sizeof(struct btf_ext_header); in finalize_btf_ext()

Completed in 19 milliseconds