Searched refs:notes_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | vmcore.c | 793 * @notes_buf: buffer into which ELF note segments are copied 796 * into the buffer @notes_buf in the 2nd kernel. It is assumed that 797 * size of the buffer @notes_buf is equal to or larger than sum of the 805 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() 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() 828 merge_note_headers_elf64(char *elfptr, size_t *elfsz, char **notes_buf, size_t *notes_sz) merge_note_headers_elf64() argument 996 copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) copy_notes_elf32() argument 1019 merge_note_headers_elf32(char *elfptr, size_t *elfsz, char **notes_buf, size_t *notes_sz) merge_note_headers_elf32() argument [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | vmcore.c | 809 * @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) in copy_notes_elf64() argument 833 rc = elfcorehdr_read_notes(notes_buf, phdr_ptr->p_memsz, in copy_notes_elf64() 837 notes_buf += phdr_ptr->p_memsz; in copy_notes_elf64() 845 char **notes_buf, size_t *notes_sz) in merge_note_headers_elf64() 864 *notes_buf = vmcore_alloc_buf(*notes_sz); in merge_note_headers_elf64() 865 if (!*notes_buf) in merge_note_headers_elf64() 868 rc = copy_notes_elf64(ehdr_ptr, *notes_buf); in merge_note_headers_elf64() 844 merge_note_headers_elf64(char *elfptr, size_t *elfsz, char **notes_buf, size_t *notes_sz) merge_note_headers_elf64() argument 1012 copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) copy_notes_elf32() argument 1035 merge_note_headers_elf32(char *elfptr, size_t *elfsz, char **notes_buf, size_t *notes_sz) merge_note_headers_elf32() argument [all...] |
Completed in 3 milliseconds