Searched defs:btf_header (Results 1 – 1 of 1) sorted by relevance
1295 pub struct btf_header { struct1296 pub magic: __u16,1297 pub version: __u8,1298 pub flags: __u8,1299 pub hdr_len: __u32,1300 pub type_off: __u32,1301 pub type_len: __u32,1302 pub str_off: __u32,1303 pub str_len: __u32,