Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dcrash_dump.c447 static void *ehdr_init(Elf64_Ehdr *ehdr, int phdr_count) in ehdr_init() argument
462 ehdr->e_phnum = phdr_count + 1; in ehdr_init()
589 static size_t get_elfcorehdr_size(int phdr_count) in get_elfcorehdr_size() argument
605 size += phdr_count * sizeof(Elf64_Phdr); in get_elfcorehdr_size()