dump_write 141 arch/x86/ia32/ia32_aout.c if (!dump_write(file, (void *)(addr), (nr))) \
dump_write 73 fs/binfmt_aout.c if (!dump_write(file, (void *)(addr), (nr))) \
dump_write 1144 fs/binfmt_elf.c if (!dump_write(file, buf, n))
dump_write 1239 fs/binfmt_elf.c do { if (!dump_write(file, (addr), (nr))) return 0; *foffset += (nr); } while(0)
dump_write 1269 fs/binfmt_elf.c if ((size += (nr)) > limit || !dump_write(file, (addr), (nr))) \
dump_write 2029 fs/binfmt_elf.c !dump_write(file, kaddr,
dump_write 1260 fs/binfmt_elf_fdpic.c do { if (!dump_write(file, (addr), (nr))) return 0; } while(0)
dump_write 1285 fs/binfmt_elf_fdpic.c if ((size += (nr)) > limit || !dump_write(file, (addr), (nr))) \
dump_write 1505 fs/binfmt_elf_fdpic.c !dump_write(file, kaddr, PAGE_SIZE)
dump_write 1542 fs/binfmt_elf_fdpic.c if (!dump_write(file, (void *) vma->vm_start,
dump_write 2050 scripts/mod/modpost.c char *dump_write = NULL;
dump_write 2082 scripts/mod/modpost.c dump_write = optarg;
dump_write 2147 scripts/mod/modpost.c if (dump_write)
dump_write 2148 scripts/mod/modpost.c write_dump(dump_write);