Searched refs:dump_write (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/um/sys-i386/ |
D | elfcore.c | 37 || !dump_write(file, &phdr, sizeof(phdr))) in elf_core_write_extra_phdrs() 61 || !dump_write(file, addr, filesz)) in elf_core_write_extra_data()
|
/linux-2.6.39/arch/ia64/kernel/ |
D | elfcore.c | 39 if (*size > limit || !dump_write(file, &phdr, sizeof(phdr))) in elf_core_write_extra_phdrs() 58 if (*size > limit || !dump_write(file, addr, memsz)) in elf_core_write_extra_data()
|
/linux-2.6.39/include/linux/ |
D | coredump.h | 12 extern int dump_write(struct file *file, const void *addr, int nr);
|
/linux-2.6.39/drivers/oprofile/ |
D | oprofile_files.c | 165 static ssize_t dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in dump_write() function 173 .write = dump_write,
|
/linux-2.6.39/fs/ |
D | binfmt_aout.c | 116 if (!dump_write(file, &dump, sizeof(dump))) in aout_core_dump() 127 if (!dump_write(file, dump_start, dump_size)) in aout_core_dump() 134 if (!dump_write(file, dump_start, dump_size)) in aout_core_dump()
|
D | binfmt_elf_fdpic.c | 1287 do { if (!dump_write(file, (addr), (nr))) return 0; *foffset += (nr); } while(0) 1537 else if (!dump_write(file, kaddr, PAGE_SIZE)) in elf_fdpic_dump_segments() 1568 if (!dump_write(file, (void *) vma->vm_start, in elf_fdpic_dump_segments() 1774 if (size > cprm->limit || !dump_write(cprm->file, elf, sizeof(*elf))) in elf_fdpic_core_dump() 1779 || !dump_write(cprm->file, phdr4note, sizeof(*phdr4note))) in elf_fdpic_core_dump() 1805 || !dump_write(cprm->file, &phdr, sizeof(phdr))) in elf_fdpic_core_dump() 1840 || !dump_write(cprm->file, shdr4extnum, in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1193 do { if (!dump_write(file, (addr), (nr))) return 0; *foffset += (nr); } while(0) 1972 if (size > cprm->limit || !dump_write(cprm->file, elf, sizeof(*elf))) in elf_core_dump() 1977 || !dump_write(cprm->file, phdr4note, sizeof(*phdr4note))) in elf_core_dump() 2001 || !dump_write(cprm->file, &phdr, sizeof(phdr))) in elf_core_dump() 2034 !dump_write(cprm->file, kaddr, in elf_core_dump() 2051 || !dump_write(cprm->file, shdr4extnum, in elf_core_dump()
|
D | exec.c | 2101 int dump_write(struct file *file, const void *addr, int nr) in dump_write() function 2105 EXPORT_SYMBOL(dump_write); 2124 if (!dump_write(file, buf, n)) { in dump_seek()
|
/linux-2.6.39/scripts/mod/ |
D | modpost.c | 2069 char *dump_write = NULL; in main() local 2099 dump_write = optarg; in main() 2159 if (dump_write) in main() 2160 write_dump(dump_write); in main()
|
/linux-2.6.39/arch/x86/ia32/ |
D | ia32_aout.c | 137 if (!dump_write(file, (void *)(addr), (nr))) \
|