Lines Matching refs:notesize
1422 static int notesize(struct memelfnote *en) in notesize() function
1741 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1775 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1864 info->size += notesize(&info->psinfo); in fill_note_info()
1867 info->size += notesize(&info->signote); in fill_note_info()
1870 info->size += notesize(&info->auxv); in fill_note_info()
1873 info->size += notesize(&info->files); in fill_note_info()
1970 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1977 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1985 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
2110 sz += notesize(info->notes + i); in get_note_info_size()