Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcrash_dump.c616 Elf64_Phdr *phdr_notes, *phdr_loads, *phdr_text; in elfcorehdr_alloc() local
652 phdr_notes = ehdr_init(hdr, mem_chunk_cnt + phdr_text_cnt); in elfcorehdr_alloc()
655 phdr_text = phdr_notes + 1; in elfcorehdr_alloc()
658 phdr_loads = phdr_notes + 1; in elfcorehdr_alloc()
663 ptr = notes_init(phdr_notes, ptr, ((unsigned long) hdr) + hdr_off); in elfcorehdr_alloc()