Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c600 int mem_chunk_cnt, phdr_text_cnt; in elfcorehdr_alloc() local
620 phdr_text_cnt = os_info_has_vm() ? 1 : 0; in elfcorehdr_alloc()
622 alloc_size = get_elfcorehdr_size(mem_chunk_cnt + phdr_text_cnt); in elfcorehdr_alloc()
635 phdr_notes = ehdr_init(hdr, mem_chunk_cnt + phdr_text_cnt); in elfcorehdr_alloc()
637 if (phdr_text_cnt) { in elfcorehdr_alloc()
648 if (phdr_text_cnt) in elfcorehdr_alloc()
651 loads_init(phdr_loads, phdr_text_cnt); in elfcorehdr_alloc()