Searched refs:elfcorehdr_read (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | crash_dump.c | 43 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | crash_dump_64.c | 55 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/linux-6.3-rc2/include/linux/ |
A D | crash_dump.h | 21 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
|
/linux-6.3-rc2/fs/proc/ |
A D | vmcore.c | 197 ssize_t __weak elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function 1217 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers() 1244 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers() 1273 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers() 1299 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers() 1326 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | crash_dump.c | 633 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
Completed in 13 milliseconds