Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c452 int data_shndx; member
1068 obj->efile.data_shndx = -1; in bpf_object__new()
1418 if (obj->efile.data_shndx >= 0) { in bpf_object__init_global_data_maps()
1420 obj->efile.data_shndx, in bpf_object__init_global_data_maps()
2887 obj->efile.data_shndx = idx; in bpf_object__elf_collect()
3308 return shndx == obj->efile.data_shndx || in bpf_object__shndx_is_data()
3323 if (shndx == obj->efile.data_shndx) in bpf_object__section_to_libbpf_map_type()

Completed in 13 milliseconds