Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c805 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf64() argument
817 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64()
821 notes_buf += phdr_ptr->p_memsz; in copy_notes_elf64()
829 char **notes_buf, size_t *notes_sz) in merge_note_headers_elf64() argument
848 *notes_buf = vmcore_alloc_buf(*notes_sz); in merge_note_headers_elf64()
849 if (!*notes_buf) in merge_note_headers_elf64()
852 rc = copy_notes_elf64(ehdr_ptr, *notes_buf); in merge_note_headers_elf64()
996 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32() argument
1008 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf32()
1012 notes_buf += phdr_ptr->p_memsz; in copy_notes_elf32()
[all …]