Searched refs:notesize (Results 1 – 3 of 3) sorted by relevance
277 static int notesize(struct memelfnote *en) in notesize() function395 nhdr->p_filesz = notesize(¬es[0]); in elf_kcore_store_hdr()412 nhdr->p_filesz += notesize(¬es[1]); in elf_kcore_store_hdr()421 nhdr->p_filesz += notesize(¬es[2]); in elf_kcore_store_hdr()
1330 static int notesize(struct memelfnote *en) in notesize() function1654 *total += notesize(&t->notes[0]); in fill_thread_core_info()1687 *total += notesize(&t->notes[i]); in fill_thread_core_info()1776 info->size += notesize(&info->psinfo); in fill_note_info()1779 info->size += notesize(&info->signote); in fill_note_info()1782 info->size += notesize(&info->auxv); in fill_note_info()1785 info->size += notesize(&info->files); in fill_note_info()1882 sz += notesize(&t->notes[0]); in elf_dump_thread_status()1889 sz += notesize(&t->notes[1]); in elf_dump_thread_status()1897 sz += notesize(&t->notes[2]); in elf_dump_thread_status()[all …]
1289 static int notesize(struct memelfnote *en) in notesize() function1477 sz += notesize(&t->notes[0]); in elf_dump_thread_status()1484 sz += notesize(&t->notes[1]); in elf_dump_thread_status()1492 sz += notesize(&t->notes[2]); in elf_dump_thread_status()1713 sz += notesize(notes + i); in elf_fdpic_core_dump()