Searched refs:read_from_oldmem (Results 1 – 1 of 1) sorted by relevance
/fs/proc/ |
D | vmcore.c | 38 static ssize_t read_from_oldmem(char *buf, size_t count, in read_from_oldmem() function 139 tmp = read_from_oldmem(buffer, tsz, &start, 1); in read_vmcore() 237 rc = read_from_oldmem(notes_section, max_sz, &offset, 0); in merge_note_headers_elf64() 318 rc = read_from_oldmem(notes_section, max_sz, &offset, 0); in merge_note_headers_elf32() 498 rc = read_from_oldmem((char*)&ehdr, sizeof(Elf64_Ehdr), &addr, 0); in parse_crash_elf64_headers() 523 rc = read_from_oldmem(elfcorebuf, elfcorebuf_sz, &addr, 0); in parse_crash_elf64_headers() 554 rc = read_from_oldmem((char*)&ehdr, sizeof(Elf32_Ehdr), &addr, 0); in parse_crash_elf32_headers() 579 rc = read_from_oldmem(elfcorebuf, elfcorebuf_sz, &addr, 0); in parse_crash_elf32_headers() 608 rc = read_from_oldmem(e_ident, EI_NIDENT, &addr, 0); in parse_crash_elf_headers()
|