last_module_symbol 1452 tools/perf/util/symbol-elf.c 	u64 last_module_symbol;
last_module_symbol 1528 tools/perf/util/symbol-elf.c 		if (start > kci->last_module_symbol)
last_module_symbol 1529 tools/perf/util/symbol-elf.c 			kci->last_module_symbol = start;
last_module_symbol 1625 tools/perf/util/symbol-elf.c 			    kci->last_module_symbol))
last_module_symbol 1727 tools/perf/util/symbol-elf.c 	if (kci->last_module_symbol) {
last_module_symbol 1728 tools/perf/util/symbol-elf.c 		kci->last_module_symbol = round_up(kci->last_module_symbol,
last_module_symbol 1730 tools/perf/util/symbol-elf.c 		kci->last_module_symbol += page_size;
last_module_symbol 1736 tools/perf/util/symbol-elf.c 	if (kci->first_module && !kci->last_module_symbol)