rodata_shndx      276 tools/lib/bpf/libbpf.c 		int rodata_shndx;
rodata_shndx      526 tools/lib/bpf/libbpf.c 	obj->efile.rodata_shndx = -1;
rodata_shndx      874 tools/lib/bpf/libbpf.c 	if (obj->efile.rodata_shndx >= 0) {
rodata_shndx      876 tools/lib/bpf/libbpf.c 						    obj->efile.rodata_shndx,
rodata_shndx     1612 tools/lib/bpf/libbpf.c 				obj->efile.rodata_shndx = idx;
rodata_shndx     1694 tools/lib/bpf/libbpf.c 	       shndx == obj->efile.rodata_shndx;
rodata_shndx     1719 tools/lib/bpf/libbpf.c 	else if (shndx == obj->efile.rodata_shndx)