Home
last modified time | relevance | path

Searched refs:notesize (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/
H A Dbinfmt_elf.c1473 static int notesize(struct memelfnote *en) in notesize() function
1794 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1829 info->size += notesize(&t->notes[note_iter]); in fill_thread_core_info()
1848 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1858 info->size += notesize(&t->notes[1]); in fill_thread_core_info()
1944 info->size += notesize(&info->psinfo); in fill_note_info()
1947 info->size += notesize(&info->signote); in fill_note_info()
1950 info->size += notesize(&info->auxv); in fill_note_info()
1953 info->size += notesize(&info->files); in fill_note_info()
H A Dbinfmt_elf_fdpic.c1215 static int notesize(struct memelfnote *en) in notesize() function
1404 *sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1422 *sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1535 thread_status_size += notesize(&psinfo_note); in elf_fdpic_core_dump()
1543 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump()