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

/linux-master/fs/proc/
H A Dvmcore.c809 * @notes_buf: buffer into which ELF note segments are copied
812 * into the buffer @notes_buf in the 2nd kernel. It is assumed that
813 * size of the buffer @notes_buf is equal to or larger than sum of the
821 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) argument
833 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz,
837 notes_buf += phdr_ptr->p_memsz;
845 char **notes_buf, size_t *notes_sz)
864 *notes_buf = vmcore_alloc_buf(*notes_sz);
865 if (!*notes_buf)
868 rc = copy_notes_elf64(ehdr_ptr, *notes_buf);
844 merge_note_headers_elf64(char *elfptr, size_t *elfsz, char **notes_buf, size_t *notes_sz) argument
1012 copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) argument
1035 merge_note_headers_elf32(char *elfptr, size_t *elfsz, char **notes_buf, size_t *notes_sz) argument
[all...]

Completed in 111 milliseconds