Searched refs:writenote (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ |
D | binfmt_elf.c | 1433 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1896 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1899 if (first && !writenote(&info->psinfo, cprm)) in write_note_info() 1901 if (first && !writenote(&info->signote, cprm)) in write_note_info() 1903 if (first && !writenote(&info->auxv, cprm)) in write_note_info() 1906 !writenote(&info->files, cprm)) in write_note_info() 1911 !writenote(&t->notes[i], cprm)) in write_note_info() 2124 if (!writenote(info->notes + i, cprm)) in write_note_info() 2133 if (!writenote(&tmp->notes[i], cprm)) in write_note_info()
|
D | binfmt_elf_fdpic.c | 1282 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1760 if (!writenote(notes + i, cprm)) in elf_fdpic_core_dump() 1769 if (!writenote(&tmp->notes[i], cprm)) in elf_fdpic_core_dump()
|