Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c485 int rodata_shndx; member
1138 obj->efile.rodata_shndx = -1; in bpf_object__new()
1490 if (obj->efile.rodata_shndx >= 0) { in bpf_object__init_global_data_maps()
1492 obj->efile.rodata_shndx, in bpf_object__init_global_data_maps()
3049 obj->efile.rodata_shndx = idx; in bpf_object__elf_collect()
3570 shndx == obj->efile.rodata_shndx; in bpf_object__shndx_is_data()
3587 else if (shndx == obj->efile.rodata_shndx) in bpf_object__section_to_libbpf_map_type()