Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dbinfmt_elf.c1468 static int notesize(struct memelfnote *en) in notesize() function
1786 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1821 info->size += notesize(&t->notes[note_iter]); in fill_thread_core_info()
1909 info->size += notesize(&info->psinfo); in fill_note_info()
1912 info->size += notesize(&info->signote); in fill_note_info()
1915 info->size += notesize(&info->auxv); in fill_note_info()
1918 info->size += notesize(&info->files); in fill_note_info()
2012 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
2019 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
2126 sz += notesize(info->notes + i); in get_note_info_size()
Dbinfmt_elf_fdpic.c1212 static int notesize(struct memelfnote *en) in notesize() function
1401 *sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1419 *sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1532 thread_status_size += notesize(&psinfo_note); in elf_fdpic_core_dump()
1540 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump()