Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c275 int data_shndx; member
525 obj->efile.data_shndx = -1; in bpf_object__new()
866 if (obj->efile.data_shndx >= 0) { in bpf_object__init_global_data_maps()
868 obj->efile.data_shndx, in bpf_object__init_global_data_maps()
1609 obj->efile.data_shndx = idx; in bpf_object__elf_collect()
1692 return shndx == obj->efile.data_shndx || in bpf_object__shndx_is_data()
1715 if (shndx == obj->efile.data_shndx) in bpf_object__section_to_libbpf_map_type()