Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dbinfmt_elf_fdpic.c1476 int thread_status_size = 0; in elf_fdpic_core_dump() local
1496 ct->task, &thread_status_size); in elf_fdpic_core_dump()
1506 current, &thread_status_size); in elf_fdpic_core_dump()
1533 thread_status_size += notesize(&psinfo_note); in elf_fdpic_core_dump()
1541 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump()
1551 fill_elf_note_phdr(phdr4note, thread_status_size, offset); in elf_fdpic_core_dump()
1552 offset += thread_status_size; in elf_fdpic_core_dump()
Dbinfmt_elf.c2032 int thread_status_size; member
2081 info->thread_status_size += sz; in fill_note_info()
2128 sz += info->thread_status_size; in get_note_info_size()