Home
last modified time | relevance | path

Searched refs:st_ops_shndx (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.c653 int st_ops_shndx; member
1285 err = init_struct_ops_maps(obj, STRUCT_OPS_SEC, obj->efile.st_ops_shndx, in bpf_object_init_struct_ops()
1329 obj->efile.st_ops_shndx = -1; in bpf_object__new()
2921 obj->efile.st_ops_shndx >= 0 ||
2928 return obj->efile.st_ops_shndx >= 0 || obj->efile.st_ops_link_shndx >= 0;
3877 obj->efile.st_ops_shndx = idx;
7201 if (idx == obj->efile.st_ops_shndx || idx == obj->efile.st_ops_link_shndx)

Completed in 17 milliseconds