Home
last modified time | relevance | path

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

/kernel/
Dkexec_file.c1230 unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz; in crash_prepare_elf64_headers() local
1237 nr_phdr = nr_cpus + 1; in crash_prepare_elf64_headers()
1238 nr_phdr += mem->nr_ranges; in crash_prepare_elf64_headers()
1248 nr_phdr++; in crash_prepare_elf64_headers()
1249 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()