Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c494 #define STRUCT_OPS_SEC ".struct_ops" macro
1227 datasec_id = btf__find_by_name_kind(btf, STRUCT_OPS_SEC, in bpf_object__init_struct_ops_maps()
1231 STRUCT_OPS_SEC); in bpf_object__init_struct_ops_maps()
1244 vsi->type, STRUCT_OPS_SEC); in bpf_object__init_struct_ops_maps()
1287 var_name, STRUCT_OPS_SEC); in bpf_object__init_struct_ops_maps()
3775 } else if (strcmp(name, STRUCT_OPS_SEC) == 0) {
3797 strcmp(name, ".rel" STRUCT_OPS_SEC) &&