Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dbinfmt_elf.c1737 struct elf_thread_core_info { struct
1738 struct elf_thread_core_info *next; argument
1745 struct elf_thread_core_info *thread; argument
1776 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1836 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1870 struct elf_thread_core_info *t; in fill_note_info()
1914 info->thread = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1922 t = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1966 struct elf_thread_core_info *t = info->thread; in write_note_info()
1998 struct elf_thread_core_info *threads = info->thread; in free_note_info()
[all …]