Home
last modified time | relevance | path

Searched refs:btf_ext_parse_hdr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_btf.cc186 static int btf_ext_parse_hdr(uint8_t *data, uint32_t data_size) in btf_ext_parse_hdr() function
247 err = btf_ext_parse_hdr((uint8_t*)btf_ext->data, size); in btf_ext__new()
/aosp_15_r20/external/libbpf/src/
H A Dbtf.c2956 static int btf_ext_parse_hdr(__u8 *data, __u32 data_size) in btf_ext_parse_hdr() function
3020 err = btf_ext_parse_hdr(btf_ext->data, size); in btf_ext__new()