Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dkexec_file.c1229 unsigned long nr_cpus = num_possible_cpus(), nr_phdr, elf_sz; in crash_prepare_elf64_headers() local
1248 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
1249 elf_sz = ALIGN(elf_sz, ELF_CORE_HEADER_ALIGN); in crash_prepare_elf64_headers()
1251 buf = vzalloc(elf_sz); in crash_prepare_elf64_headers()
1319 *sz = elf_sz; in crash_prepare_elf64_headers()

Completed in 4 milliseconds