Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dcrash.c409 unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz; in prepare_elf64_headers() local
416 nr_phdr = nr_cpus + 1; in prepare_elf64_headers()
417 nr_phdr += ced->max_nr_ranges; in prepare_elf64_headers()
427 nr_phdr++; in prepare_elf64_headers()
428 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in prepare_elf64_headers()