Home
last modified time | relevance | path

Searched defs:bpf_object (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c632 struct bpf_object { struct
634 char license[64];
640 size_t nr_maps;
641 size_t maps_cap;
643 char *kconfig;
645 int nr_extern;
648 bool loaded;
649 bool has_subcalls;
650 bool has_rodata;
657 struct btf *btf;
[all …]