Searched refs:writenote (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | binfmt_elf.c | 1414 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1873 if (!writenote(&t->notes[0], cprm)) in write_note_info() 1876 if (first && !writenote(&info->psinfo, cprm)) in write_note_info() 1878 if (first && !writenote(&info->signote, cprm)) in write_note_info() 1880 if (first && !writenote(&info->auxv, cprm)) in write_note_info() 1883 !writenote(&info->files, cprm)) in write_note_info() 1888 !writenote(&t->notes[i], cprm)) in write_note_info() 2099 if (!writenote(info->notes + i, cprm)) in write_note_info() 2105 if (!writenote(&ets->notes[i], cprm)) in write_note_info()
|
D | binfmt_elf_fdpic.c | 1278 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() function 1756 if (!writenote(notes + i, cprm)) in elf_fdpic_core_dump() 1765 if (!writenote(&tmp->notes[i], cprm)) in elf_fdpic_core_dump()
|