Lines Matching refs:libbpf_ptr
1024 return libbpf_ptr(btf_new_empty(NULL)); in btf__new_empty()
1029 return libbpf_ptr(btf_new_empty(base_btf)); in btf__new_empty_split()
1085 return libbpf_ptr(btf_new(data, size, NULL)); in btf__new()
1090 return libbpf_ptr(btf_new(data, size, base_btf)); in btf__new_split()
1268 return libbpf_ptr(btf_parse_elf(path, NULL, btf_ext)); in btf__parse_elf()
1273 return libbpf_ptr(btf_parse_elf(path, base_btf, NULL)); in btf__parse_elf_split()
1341 return libbpf_ptr(btf_parse_raw(path, NULL)); in btf__parse_raw()
1346 return libbpf_ptr(btf_parse_raw(path, base_btf)); in btf__parse_raw_split()
1368 return libbpf_ptr(btf_parse(path, NULL, btf_ext)); in btf__parse()
1373 return libbpf_ptr(btf_parse(path, base_btf, NULL)); in btf__parse_split()
1632 return libbpf_ptr(btf); in btf__load_from_kernel_by_id_split()