Searched refs:notes (Results 1 – 6 of 6) sorted by relevance
/fs/proc/ |
D | kcore.c | 153 struct memelfnote notes[3]; in elf_kcore_store_hdr() local 216 notes[0].name = CORE_STR; in elf_kcore_store_hdr() 217 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr() 218 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr() 219 notes[0].data = &prstatus; in elf_kcore_store_hdr() 223 nhdr->p_filesz = notesize(¬es[0]); in elf_kcore_store_hdr() 224 bufp = storenote(¬es[0], bufp); in elf_kcore_store_hdr() 227 notes[1].name = CORE_STR; in elf_kcore_store_hdr() 228 notes[1].type = NT_PRPSINFO; in elf_kcore_store_hdr() 229 notes[1].datasz = sizeof(struct elf_prpsinfo); in elf_kcore_store_hdr() [all …]
|
/fs/ |
D | binfmt_elf.c | 1441 struct memelfnote notes[0]; member 1481 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1483 *total += notesize(&t->notes[0]); in fill_thread_core_info() 1508 fill_note(&t->notes[i], "LINUX", in fill_thread_core_info() 1513 fill_note(&t->notes[i], "CORE", in fill_thread_core_info() 1516 *total += notesize(&t->notes[i]); in fill_thread_core_info() 1573 notes[info->thread_notes]), in fill_note_info() 1629 if (!writenote(&t->notes[0], file, foffset)) in write_note_info() 1638 if (t->notes[i].data && in write_note_info() 1639 !writenote(&t->notes[i], file, foffset)) in write_note_info() [all …]
|
D | binfmt_elf_fdpic.c | 1457 struct memelfnote notes[3]; member 1476 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1479 sz += notesize(&t->notes[0]); in elf_dump_thread_status() 1483 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 1486 sz += notesize(&t->notes[1]); in elf_dump_thread_status() 1491 fill_note(&t->notes[2], "LINUX", ELF_CORE_XFPREG_TYPE, in elf_dump_thread_status() 1494 sz += notesize(&t->notes[2]); in elf_dump_thread_status() 1600 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() local 1635 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump() 1636 if (!notes) in elf_fdpic_core_dump() [all …]
|
/fs/yaffs2/ |
D | Kconfig | 46 older-style format. See notes on tags formats and MTD versions
|
/fs/cramfs/ |
D | README | 4 These notes describe what mkcramfs generates. Kernel requirements are
|
/fs/jffs2/ |
D | README.Locking | 49 including the linked list of node fragments (but see the notes below on
|