Searched refs:writenote (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 1341 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1808 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1811 if (first && !writenote(&info->psinfo, cprm)) in write_note_info() 1813 if (first && !writenote(&info->signote, cprm)) in write_note_info() 1815 if (first && !writenote(&info->auxv, cprm)) in write_note_info() 1818 !writenote(&info->files, cprm)) in write_note_info() 1823 !writenote(&t->notes[i], cprm)) in write_note_info() 2036 if (!writenote(info->notes + i, cprm)) in write_note_info() 2045 if (!writenote(&tmp->notes[i], cprm)) in write_note_info()
|
D | binfmt_elf_fdpic.c | 1302 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1777 if (!writenote(notes + i, cprm)) in elf_fdpic_core_dump() 1786 if (!writenote(&tmp->notes[i], cprm)) in elf_fdpic_core_dump()
|