Home
last modified time | relevance | path

Searched refs:elfcorehdr_read (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcrash_dump.c64 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dcrash_dump_64.c74 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrash_dump.h22 extern ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos);
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c692 ssize_t elfcorehdr_read(char *buf, size_t count, u64 *ppos) in elfcorehdr_read() function