Searched refs:fill_note (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1288 #define fill_note(note, type, sz, data) \ macro 1404 fill_note(&t->notes[0], PRSTATUS, sizeof(t->prstatus), &t->prstatus); in elf_dump_thread_status() 1421 fill_note(&t->notes[1], PRFPREG, sizeof(t->fpu), &t->fpu); in elf_dump_thread_status() 1535 fill_note(&psinfo_note, PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump() 1543 fill_note(&auxv_note, AUXV, i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump()
|