Searched refs:elfcorehdr_read (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | crash_dump.c | 35 * elfcorehdr_read - read from ELF core header 43 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | crash_dump.c | 56 * elfcorehdr_read - read from ELF core header 64 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | crash_dump_64.c | 74 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | crash_dump_64.c | 55 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crash_dump.h | 22 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | crash_dump.h | 21 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | vmcore.c | 174 ssize_t __weak elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function 1201 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers() 1228 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers() 1257 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers() 1283 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers() 1310 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|
/kernel/linux/linux-6.6/fs/proc/ |
H 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()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 692 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 633 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
|
Completed in 10 milliseconds