Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/
H A Dcrash_core.c329 unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz; in crash_prepare_elf64_headers() local
336 nr_phdr = nr_cpus + 1; in crash_prepare_elf64_headers()
337 nr_phdr += mem->nr_ranges; in crash_prepare_elf64_headers()
347 nr_phdr++; in crash_prepare_elf64_headers()
348 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
/kernel/linux/linux-5.10/kernel/
H A Dkexec_file.c1250 unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz; in crash_prepare_elf64_headers() local
1257 nr_phdr = nr_cpus + 1; in crash_prepare_elf64_headers()
1258 nr_phdr += mem->nr_ranges; in crash_prepare_elf64_headers()
1268 nr_phdr++; in crash_prepare_elf64_headers()
1269 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()

Completed in 5 milliseconds