Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcrash_dump.c35 * 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 Dcrash_dump.c56 * 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 Dcrash_dump_64.c74 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 Dcrash_dump_64.c55 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
/kernel/linux/linux-5.10/include/linux/
H A Dcrash_dump.h22 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
/kernel/linux/linux-6.6/include/linux/
H A Dcrash_dump.h21 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
/kernel/linux/linux-5.10/fs/proc/
H A Dvmcore.c174 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 Dvmcore.c197 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 Dcrash_dump.c692 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 Dcrash_dump.c633 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function

Completed in 10 milliseconds