Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c1442 static int notesize(struct memelfnote *en) in notesize() function
1761 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1793 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1880 info->size += notesize(&info->psinfo); in fill_note_info()
1883 info->size += notesize(&info->signote); in fill_note_info()
1886 info->size += notesize(&info->auxv); in fill_note_info()
1889 info->size += notesize(&info->files); in fill_note_info()
1983 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1990 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
2097 sz += notesize(info->notes + i); in get_note_info_size()
Dbinfmt_elf_fdpic.c1227 static int notesize(struct memelfnote *en) in notesize() function
1415 *sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1433 *sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1551 thread_status_size += notesize(&psinfo_note); in elf_fdpic_core_dump()
1559 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump()