Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c1403 static int notesize(struct memelfnote *en) in notesize() function
1718 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1752 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1841 info->size += notesize(&info->psinfo); in fill_note_info()
1844 info->size += notesize(&info->signote); in fill_note_info()
1847 info->size += notesize(&info->auxv); in fill_note_info()
1850 info->size += notesize(&info->files); in fill_note_info()
1947 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1954 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1962 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
[all …]
Dbinfmt_elf_fdpic.c1265 static int notesize(struct memelfnote *en) in notesize() function
1453 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1460 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1468 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
1692 sz += notesize(notes + i); in elf_fdpic_core_dump()