elfclass         1300 tools/perf/util/symbol-elf.c 	int elfclass;
elfclass         1317 tools/perf/util/symbol-elf.c 	kcore->elfclass = gelf_getclass(kcore->elf);
elfclass         1318 tools/perf/util/symbol-elf.c 	if (kcore->elfclass == ELFCLASSNONE)
elfclass         1334 tools/perf/util/symbol-elf.c static int kcore__init(struct kcore *kcore, char *filename, int elfclass,
elfclass         1337 tools/perf/util/symbol-elf.c 	kcore->elfclass = elfclass;
elfclass         1350 tools/perf/util/symbol-elf.c 	if (!gelf_newehdr(kcore->elf, elfclass))
elfclass         1388 tools/perf/util/symbol-elf.c 	if (from->elfclass == ELFCLASS32) {
elfclass         1892 tools/perf/util/symbol-elf.c 	if (kcore__init(&extract, extract_filename, kcore.elfclass, false))
elfclass         1961 tools/perf/util/symbol-elf.c 	if (kcore__init(&extract, kce->extract_filename, kcore.elfclass, true))