Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dcrash.c411 unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz; in prepare_elf64_headers() local
418 nr_phdr = nr_cpus + 1; in prepare_elf64_headers()
419 nr_phdr += ced->max_nr_ranges; in prepare_elf64_headers()
429 nr_phdr++; in prepare_elf64_headers()
430 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in prepare_elf64_headers()