Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcrash_dump.c617 int mem_chunk_cnt, phdr_text_cnt; in elfcorehdr_alloc() local
637 phdr_text_cnt = os_info_has_vm() ? 1 : 0; in elfcorehdr_alloc()
639 alloc_size = get_elfcorehdr_size(mem_chunk_cnt + phdr_text_cnt); in elfcorehdr_alloc()
652 phdr_notes = ehdr_init(hdr, mem_chunk_cnt + phdr_text_cnt); in elfcorehdr_alloc()
654 if (phdr_text_cnt) { in elfcorehdr_alloc()
665 if (phdr_text_cnt) in elfcorehdr_alloc()
668 loads_init(phdr_loads, phdr_text_cnt); in elfcorehdr_alloc()