Home
last modified time | relevance | path

Searched defs:btf_header (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dbtf.h21 struct btf_header { argument
11 struct btf_header { global() struct
12 magicbtf_header global() argument
13 versionbtf_header global() argument
14 flagsbtf_header global() argument
15 hdr_lenbtf_header global() argument
18 type_offbtf_header global() argument
19 type_lenbtf_header global() argument
20 str_offbtf_header global() argument
/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c30 struct btf_header { struct
37 struct btf_header hdr; argument
/linux/kernel/bpf/
H A Dbtf.c1914 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function