Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c454 int bss_shndx; member
1070 obj->efile.bss_shndx = -1; in bpf_object__new()
1436 if (obj->efile.bss_shndx >= 0) { in bpf_object__init_global_data_maps()
1438 obj->efile.bss_shndx, in bpf_object__init_global_data_maps()
2925 obj->efile.bss_shndx = idx; in bpf_object__elf_collect()
3309 shndx == obj->efile.bss_shndx || in bpf_object__shndx_is_data()
3325 else if (shndx == obj->efile.bss_shndx) in bpf_object__section_to_libbpf_map_type()

Completed in 20 milliseconds