Searched refs:writenote (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ |
D | binfmt_elf.c | 1331 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1798 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1801 if (first && !writenote(&info->psinfo, cprm)) in write_note_info() 1803 if (first && !writenote(&info->signote, cprm)) in write_note_info() 1805 if (first && !writenote(&info->auxv, cprm)) in write_note_info() 1808 !writenote(&info->files, cprm)) in write_note_info() 1813 !writenote(&t->notes[i], cprm)) in write_note_info() 2026 if (!writenote(info->notes + i, cprm)) in write_note_info() 2035 if (!writenote(&tmp->notes[i], cprm)) in write_note_info()
|
D | binfmt_elf_fdpic.c | 1262 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1737 if (!writenote(notes + i, cprm)) in elf_fdpic_core_dump() 1746 if (!writenote(&tmp->notes[i], cprm)) in elf_fdpic_core_dump()
|