Lines Matching refs:libbpf_ptr
1280 return libbpf_ptr(btf_new_empty(NULL)); in btf__new_empty()
1289 return libbpf_ptr(btf_new_empty(&opts)); in btf__new_empty_split()
1297 return libbpf_ptr(btf_new_empty(opts)); in btf__new_empty_opts()
1361 return libbpf_ptr(btf_new(data, size, NULL, false)); in btf__new()
1366 return libbpf_ptr(btf_new(data, size, base_btf, false)); in btf__new_split()
1551 return libbpf_ptr(btf_parse_elf(path, NULL, btf_ext)); in btf__parse_elf()
1556 return libbpf_ptr(btf_parse_elf(path, base_btf, NULL)); in btf__parse_elf_split()
1624 return libbpf_ptr(btf_parse_raw(path, NULL)); in btf__parse_raw()
1629 return libbpf_ptr(btf_parse_raw(path, base_btf)); in btf__parse_raw_split()
1682 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse()
1687 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
1965 return libbpf_ptr(btf); in btf_load_from_kernel()