Searched refs:phdr_count (Results 1 – 1 of 1) sorted by relevance
454 static void *ehdr_init(Elf64_Ehdr *ehdr, int phdr_count) in ehdr_init() argument469 ehdr->e_phnum = phdr_count + 1; in ehdr_init()573 static size_t get_elfcorehdr_size(int phdr_count) in get_elfcorehdr_size() argument589 size += phdr_count * sizeof(Elf64_Phdr); in get_elfcorehdr_size()