Searched refs:elfcorehdr_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/ |
D | crash_dump.c | 67 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/Linux-v4.19/include/linux/ |
D | crash_dump.h | 21 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
|
/Linux-v4.19/fs/proc/ |
D | vmcore.c | 156 ssize_t __weak elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function 1170 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers() 1197 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers() 1226 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers() 1252 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers() 1279 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|
/Linux-v4.19/arch/s390/kernel/ |
D | crash_dump.c | 692 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|