Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c654 int st_ops_link_shndx; member
1288 obj->efile.st_ops_link_shndx, in bpf_object_init_struct_ops()
1330 obj->efile.st_ops_link_shndx = -1; in bpf_object__new()
2922 obj->efile.st_ops_link_shndx >= 0 ||
2928 return obj->efile.st_ops_shndx >= 0 || obj->efile.st_ops_link_shndx >= 0;
7201 if (idx == obj->efile.st_ops_shndx || idx == obj->efile.st_ops_link_shndx)

Completed in 17 milliseconds