Lines Matching refs:libbpf_ptr
1040 return libbpf_ptr(btf_new_empty(NULL)); in btf__new_empty()
1045 return libbpf_ptr(btf_new_empty(base_btf)); in btf__new_empty_split()
1107 return libbpf_ptr(btf_new(data, size, NULL, false)); in btf__new()
1112 return libbpf_ptr(btf_new(data, size, base_btf, false)); in btf__new_split()
1297 return libbpf_ptr(btf_parse_elf(path, NULL, btf_ext)); in btf__parse_elf()
1302 return libbpf_ptr(btf_parse_elf(path, base_btf, NULL)); in btf__parse_elf_split()
1370 return libbpf_ptr(btf_parse_raw(path, NULL)); in btf__parse_raw()
1375 return libbpf_ptr(btf_parse_raw(path, base_btf)); in btf__parse_raw_split()
1428 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse()
1433 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
1698 return libbpf_ptr(btf); in btf_load_from_kernel()