Searched refs:fill_note (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ |
| H A D | binfmt_elf.c | 1529 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() function 1628 fill_note(note, NN_AUXV, NT_AUXV, i * sizeof(elf_addr_t), auxv); in fill_auxv_note() 1635 fill_note(note, NN_SIGINFO, NT_SIGINFO, sizeof(*csigdata), csigdata); in fill_siginfo_note() 1731 fill_note(note, NN_FILE, NT_FILE, size, data); in fill_files_note() 1792 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, in fill_thread_core_info() 1826 fill_note(&t->notes[note_iter], is_fpreg ? NN_PRFPREG : "LINUX", in fill_thread_core_info() 1846 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info() 1857 fill_note(&t->notes[1], NN_PRFPREG, NT_PRFPREG, sizeof(*fpu), fpu); in fill_thread_core_info() 1877 fill_note(&info->psinfo, NN_PRPSINFO, NT_PRPSINFO, sizeof(*psinfo), psinfo); in fill_note_info()
|
| H A D | binfmt_elf_fdpic.c | 1278 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() function 1401 fill_note(&t->notes[0], NN_PRSTATUS, NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1419 fill_note(&t->notes[1], NN_PRFPREG, NT_PRFPREG, sizeof(t->fpu), in elf_dump_thread_status() 1534 fill_note(&psinfo_note, NN_PRPSINFO, NT_PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump() 1542 fill_note(&auxv_note, NN_AUXV, NT_AUXV, i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump()
|