Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Dcrash_dump.c599 Elf64_Phdr *phdr_notes, *phdr_loads, *phdr_text; in elfcorehdr_alloc() local
635 phdr_notes = ehdr_init(hdr, mem_chunk_cnt + phdr_text_cnt); in elfcorehdr_alloc()
638 phdr_text = phdr_notes + 1; in elfcorehdr_alloc()
641 phdr_loads = phdr_notes + 1; in elfcorehdr_alloc()
646 ptr = notes_init(phdr_notes, ptr, ((unsigned long) hdr) + hdr_off); in elfcorehdr_alloc()

Completed in 5 milliseconds