Searched refs:dump (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | binfmt_aout.c | 53 struct user dump; in aout_core_dump() local 65 strncpy(dump.u_comm, current->comm, sizeof(dump.u_comm)); in aout_core_dump() 66 dump.u_ar0 = offsetof(struct user, regs); in aout_core_dump() 67 dump.signal = cprm->siginfo->si_signo; in aout_core_dump() 68 aout_dump_thread(cprm->regs, &dump); in aout_core_dump() 72 if ((dump.u_dsize + dump.u_ssize+1) * PAGE_SIZE > cprm->limit) in aout_core_dump() 73 dump.u_dsize = 0; in aout_core_dump() 76 if ((dump.u_ssize + 1) * PAGE_SIZE > cprm->limit) in aout_core_dump() 77 dump.u_ssize = 0; in aout_core_dump() 81 if (!access_ok(VERIFY_READ, START_DATA(dump), dump.u_dsize << PAGE_SHIFT)) in aout_core_dump() [all …]
|
D | Kconfig.binfmt | 54 ELF core dump files describe each memory mapping of the crashed 59 the first page of the file in a core dump makes it possible to 61 cost and disk space to dump all the text. However, versions of 62 GDB before 6.7 are confused by ELF core dump files in this format. 64 The core dump behavior can be controlled per process using 186 bool "Enable core dump support" if EXPERT
|
/fs/jffs2/ |
D | debug.c | 166 int dump = 0; in __jffs2_dbg_superblock_counts() local 271 dump = 1; \ in __jffs2_dbg_superblock_counts() 288 dump = 1; in __jffs2_dbg_superblock_counts() 291 if (dump) { in __jffs2_dbg_superblock_counts()
|
D | Kconfig | 28 If reporting bugs, please try to have available a full dump of the
|
/fs/pstore/ |
D | platform.c | 177 .dump = pstore_dump,
|
/fs/proc/ |
D | Kconfig | 40 Exports the dump image of crashed kernel in ELF format.
|
/fs/ubifs/ |
D | file.c | 79 goto dump; in read_block() 86 goto dump; in read_block() 98 dump: in read_block()
|
/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|