Home
last modified time | relevance | path

Searched refs:btf_header (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h11 struct btf_header { struct
/third_party/libbpf/src/
H A Dlibbpf_probes.c224 struct btf_header hdr = { in libbpf__load_raw_btf()
227 .hdr_len = sizeof(struct btf_header), in libbpf__load_raw_btf()
H A Dbtf.c81 struct btf_header *hdr;
214 static void btf_bswap_hdr(struct btf_header *h) in btf_bswap_hdr()
226 struct btf_header *hdr = btf->hdr; in btf_parse_hdr()
229 if (btf->raw_size < sizeof(struct btf_header)) { in btf_parse_hdr()
236 if (bswap_32(hdr->hdr_len) != sizeof(struct btf_header)) { in btf_parse_hdr()
275 const struct btf_header *hdr = btf->hdr; in btf_parse_str_sec()
419 struct btf_header *hdr = btf->hdr; in btf_parse_type_sec()
1001 btf->raw_size = sizeof(struct btf_header) + (base_btf ? 0 : 1); in btf_new_empty()
1009 btf->hdr->hdr_len = sizeof(struct btf_header); in btf_new_empty()
1519 struct btf_header *hd
[all...]

Completed in 5 milliseconds