Searched refs:dump_write (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | binfmt_aout32.c | 62 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function 68 if (!dump_write(file, (void *)(addr), (nr))) \
|
/linux-2.4.37.9/fs/ |
D | binfmt_aout.c | 64 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function 70 if (!dump_write(file, (void *)(addr), (nr))) \
|
D | binfmt_elf.c | 1033 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function 1119 do { if (!dump_write(file, (addr), (nr))) return 0; } while(0) 1144 if ((size += (nr)) > limit || !dump_write(file, (addr), (nr))) \
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irixelf.c | 960 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function 1019 if (!dump_write(file, (addr), (nr))) \ 1049 if (!dump_write(file, (addr), (nr))) \
|