Searched refs:elf_thread_core_info (Results 1 – 1 of 1) sorted by relevance
1728 struct elf_thread_core_info { struct1729 struct elf_thread_core_info *next; argument1736 struct elf_thread_core_info *thread; argument1767 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()1827 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()1861 struct elf_thread_core_info *t; in fill_note_info()1905 info->thread = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()1913 t = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()1957 struct elf_thread_core_info *t = info->thread; in write_note_info()1989 struct elf_thread_core_info *threads = info->thread; in free_note_info()[all …]