Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 6 of 6) sorted by relevance

/fs/proc/
Dkcore.c297 static void append_kcore_note(char *notes, size_t *i, const char *name, in append_kcore_note() argument
301 struct elf_note *note = (struct elf_note *)&notes[*i]; in append_kcore_note()
307 memcpy(&notes[*i], name, note->n_namesz); in append_kcore_note()
309 memcpy(&notes[*i], desc, descsz); in append_kcore_note()
421 char *notes; in read_kcore() local
427 notes = kzalloc(notes_len, GFP_KERNEL); in read_kcore()
428 if (!notes) { in read_kcore()
433 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore()
435 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore()
437 append_kcore_note(notes, &i, CORE_STR, NT_TASKSTRUCT, current, in read_kcore()
[all …]
DKconfig61 as ELF notes to /proc/vmcore. You can still disable device
/fs/
Dbinfmt_elf.c1665 struct memelfnote notes[0]; member
1716 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1718 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1743 fill_note(&t->notes[i], "LINUX", in fill_thread_core_info()
1749 fill_note(&t->notes[i], "CORE", in fill_thread_core_info()
1752 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1811 notes[info->thread_notes]), in fill_note_info()
1873 if (!writenote(&t->notes[0], cprm)) in write_note_info()
1887 if (t->notes[i].data && in write_note_info()
1888 !writenote(&t->notes[i], cprm)) in write_note_info()
[all …]
Dbinfmt_elf_fdpic.c1431 struct memelfnote notes[3]; member
1450 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status()
1453 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1457 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status()
1460 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1465 fill_note(&t->notes[2], "LINUX", ELF_CORE_XFPREG_TYPE, in elf_dump_thread_status()
1468 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
1559 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() local
1599 notes = kmalloc_array(NUM_NOTES, sizeof(struct memelfnote), in elf_fdpic_core_dump()
1601 if (!notes) in elf_fdpic_core_dump()
[all …]
/fs/jffs2/
DREADME.Locking45 including the linked list of node fragments (but see the notes below on
/fs/cramfs/
DREADME4 These notes describe what mkcramfs generates. Kernel requirements are