Searched refs:writenote (Results 1 - 2 of 2) sorted by relevance

/fs/
H A Dbinfmt_elf.c1210 static int writenote(struct memelfnote *men, struct file *file, function
1558 if (!writenote(&t->notes[0], file, foffset))
1561 if (first && !writenote(&info->psinfo, file, foffset))
1563 if (first && !writenote(&info->auxv, file, foffset))
1568 !writenote(&t->notes[i], file, foffset))
1787 if (!writenote(info->notes + i, file, foffset))
1796 if (!writenote(&tmp->notes[i], file, foffset))
H A Dbinfmt_elf_fdpic.c1295 static int writenote(struct memelfnote *men, struct file *file, function
1813 if (!writenote(notes + i, cprm->file, &foffset))
1822 if (!writenote(&tmp->notes[i], cprm->file, &foffset))

Completed in 47 milliseconds