elf_getdata       332 samples/bpf/bpf_load.c 	*data = elf_getdata(scn, 0);
elf_getdata       333 samples/bpf/bpf_load.c 	if (!*data || elf_getdata(scn, *data) != NULL)
elf_getdata       418 samples/bpf/bpf_load.c 		data_maps = elf_getdata(scn, NULL);
elf_getdata       440 tools/lib/bpf/btf.c 			btf_data = elf_getdata(scn, 0);
elf_getdata       448 tools/lib/bpf/btf.c 			btf_ext_data = elf_getdata(scn, 0);
elf_getdata       702 tools/lib/bpf/libbpf.c 		data = elf_getdata(scn, 0);
elf_getdata       907 tools/lib/bpf/libbpf.c 		data = elf_getdata(scn, NULL);
elf_getdata      1284 tools/lib/bpf/libbpf.c 		data = elf_getdata(scn, NULL);
elf_getdata      1553 tools/lib/bpf/libbpf.c 		data = elf_getdata(scn, 0);
elf_getdata       183 tools/objtool/elf.c 			sec->data = elf_getdata(s, NULL);
elf_getdata       122 tools/objtool/orc_dump.c 		data = elf_getdata(scn, NULL);
elf_getdata       284 tools/perf/util/probe-event.c 	data = elf_getdata(sec, NULL);
elf_getdata       331 tools/perf/util/symbol-elf.c 	reldata = elf_getdata(scn_plt_rel, NULL);
elf_getdata       335 tools/perf/util/symbol-elf.c 	syms = elf_getdata(scn_dynsym, NULL);
elf_getdata       343 tools/perf/util/symbol-elf.c 	symstrs = elf_getdata(scn_symstrs, NULL);
elf_getdata       502 tools/perf/util/symbol-elf.c 	data = elf_getdata(sec, NULL);
elf_getdata       646 tools/perf/util/symbol-elf.c 	data = elf_getdata(sec, NULL);
elf_getdata      1009 tools/perf/util/symbol-elf.c 	syms = elf_getdata(sec, NULL);
elf_getdata      1017 tools/perf/util/symbol-elf.c 	symstrs = elf_getdata(sec, NULL);
elf_getdata      1025 tools/perf/util/symbol-elf.c 	secstrs = elf_getdata(sec_strndx, NULL);
elf_getdata      2198 tools/perf/util/symbol-elf.c 	data = elf_getdata(scn, NULL);