Searched refs:notes (Results 1 – 5 of 5) sorted by relevance
/fs/proc/ |
D | kcore.c | 325 struct memelfnote notes[3]; in elf_kcore_store_hdr() local 388 notes[0].name = CORE_STR; in elf_kcore_store_hdr() 389 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr() 390 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr() 391 notes[0].data = &prstatus; in elf_kcore_store_hdr() 395 nhdr->p_filesz = notesize(¬es[0]); in elf_kcore_store_hdr() 396 bufp = storenote(¬es[0], bufp); in elf_kcore_store_hdr() 399 notes[1].name = CORE_STR; in elf_kcore_store_hdr() 400 notes[1].type = NT_PRPSINFO; in elf_kcore_store_hdr() 401 notes[1].datasz = sizeof(struct elf_prpsinfo); in elf_kcore_store_hdr() [all …]
|
/fs/ |
D | binfmt_elf.c | 1656 struct memelfnote notes[0]; member 1715 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1717 *total += notesize(&t->notes[0]); in fill_thread_core_info() 1742 fill_note(&t->notes[i], "LINUX", in fill_thread_core_info() 1747 fill_note(&t->notes[i], "CORE", in fill_thread_core_info() 1750 *total += notesize(&t->notes[i]); in fill_thread_core_info() 1809 notes[info->thread_notes]), in fill_note_info() 1871 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1885 if (t->notes[i].data && in write_note_info() 1886 !writenote(&t->notes[i], cprm)) in write_note_info() [all …]
|
D | binfmt_elf_fdpic.c | 1455 struct memelfnote notes[3]; member 1474 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1477 sz += notesize(&t->notes[0]); in elf_dump_thread_status() 1481 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 1484 sz += notesize(&t->notes[1]); in elf_dump_thread_status() 1489 fill_note(&t->notes[2], "LINUX", ELF_CORE_XFPREG_TYPE, in elf_dump_thread_status() 1492 sz += notesize(&t->notes[2]); in elf_dump_thread_status() 1581 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() local 1621 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump() 1622 if (!notes) in elf_fdpic_core_dump() [all …]
|
/fs/cramfs/ |
D | README | 4 These notes describe what mkcramfs generates. Kernel requirements are
|
/fs/jffs2/ |
D | README.Locking | 45 including the linked list of node fragments (but see the notes below on
|