Searched refs:phdr_cnt (Results 1 – 1 of 1) sorted by relevance
412 unsigned long phdr_cnt; in arch_crash_get_elfcorehdr_size() local415 phdr_cnt = num_possible_cpus() + 1; in arch_crash_get_elfcorehdr_size()417 phdr_cnt += CONFIG_CRASH_MAX_MEMORY_RANGES; in arch_crash_get_elfcorehdr_size()419 return sizeof(struct elfhdr) + (phdr_cnt * sizeof(Elf64_Phdr)); in arch_crash_get_elfcorehdr_size()
Completed in 4 milliseconds