Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ !
Dbinfmt_elf.c1730 struct elf_thread_core_info { struct
1731 struct elf_thread_core_info *next; argument
1738 struct elf_thread_core_info *thread; argument
1768 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1834 struct elf_thread_core_info *t; in fill_note_info()
1878 t = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1936 struct elf_thread_core_info *t = info->thread; in write_note_info()
1968 struct elf_thread_core_info *threads = info->thread; in free_note_info()
1971 struct elf_thread_core_info *t = threads; in free_note_info()