Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c454 static void *ehdr_init(Elf64_Ehdr *ehdr, int phdr_count) in ehdr_init() argument
469 ehdr->e_phnum = phdr_count + 1; in ehdr_init()
573 static size_t get_elfcorehdr_size(int phdr_count) in get_elfcorehdr_size() argument
589 size += phdr_count * sizeof(Elf64_Phdr); in get_elfcorehdr_size()