Home
last modified time | relevance | path

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

/Linux-v5.15/tools/bpf/bpftool/
Dpids.c16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() function
90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() function
Dmain.h143 __weak int build_obj_refs_table(struct obj_refs_table *table,
Dlink.c307 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
Dbtf.c916 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
Dmap.c699 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
Dprog.c571 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()