Home
last modified time | relevance | path

Searched refs:build_obj_refs_table (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/bpf/bpftool/
H A Dpids.c19 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table() function
100 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table() function
H A Dmain.h118 __weak int build_obj_refs_table(struct hashmap **table,
H A Dlink.c1119 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
H A Dmap.c690 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
H A Dbtf.c1380 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
H A Dprog.c650 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()