Home
last modified time | relevance | path

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

/linux/fs/
H A Dbinfmt_elf.c1443 static int notesize(struct memelfnote *en) in notesize() function
1764 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1799 info->size += notesize(&t->notes[note_iter]); in fill_thread_core_info()
1818 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1828 info->size += notesize(&t->notes[1]); in fill_thread_core_info()
1914 info->size += notesize(&info->psinfo); in fill_note_info()
1917 info->size += notesize(&info->signote); in fill_note_info()
1920 info->size += notesize(&info->auxv); in fill_note_info()
1923 info->size += notesize(&info->files); in fill_note_info()
H A Dbinfmt_elf_fdpic.c1205 static int notesize(struct memelfnote *en) in notesize() function
1394 *sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1412 *sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1525 thread_status_size += notesize(&psinfo_note); in elf_fdpic_core_dump()
1533 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump()