Home
last modified time | relevance | path

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

/linux-4.1.27/fs/proc/
Dkcore.c277 static int notesize(struct memelfnote *en) in notesize() function
395 nhdr->p_filesz = notesize(&notes[0]); in elf_kcore_store_hdr()
412 nhdr->p_filesz += notesize(&notes[1]); in elf_kcore_store_hdr()
421 nhdr->p_filesz += notesize(&notes[2]); in elf_kcore_store_hdr()
/linux-4.1.27/fs/
Dbinfmt_elf.c1320 static int notesize(struct memelfnote *en) in notesize() function
1644 *total += notesize(&t->notes[0]); in fill_thread_core_info()
1677 *total += notesize(&t->notes[i]); in fill_thread_core_info()
1766 info->size += notesize(&info->psinfo); in fill_note_info()
1769 info->size += notesize(&info->signote); in fill_note_info()
1772 info->size += notesize(&info->auxv); in fill_note_info()
1775 info->size += notesize(&info->files); in fill_note_info()
1872 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1879 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1887 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
[all …]
Dbinfmt_elf_fdpic.c1249 static int notesize(struct memelfnote *en) in notesize() function
1437 sz += notesize(&t->notes[0]); in elf_dump_thread_status()
1444 sz += notesize(&t->notes[1]); in elf_dump_thread_status()
1452 sz += notesize(&t->notes[2]); in elf_dump_thread_status()
1673 sz += notesize(notes + i); in elf_fdpic_core_dump()