Home
last modified time | relevance | path

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

/fs/proc/
Dkcore.c105 static int notesize(struct memelfnote *en) in notesize() function
223 nhdr->p_filesz = notesize(&notes[0]); in elf_kcore_store_hdr()
240 nhdr->p_filesz += notesize(&notes[1]); in elf_kcore_store_hdr()
249 nhdr->p_filesz += notesize(&notes[2]); in elf_kcore_store_hdr()
/fs/
Dbinfmt_elf.c1257 static int notesize(struct memelfnote *en) in notesize() function
1483 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1516 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1603 info->size += notesize(&info->psinfo); in fill_note_info()
1606 info->size += notesize(&info->auxv); in fill_note_info()
1697 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1704 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1712 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
1836 sz += notesize(info->notes + i); in get_note_info_size()
Dbinfmt_elf_fdpic.c1278 static int notesize(struct memelfnote *en) in notesize() function
1479 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1486 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1494 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
1730 sz += notesize(notes + i); in elf_fdpic_core_dump()