Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c1652 struct elf_thread_core_info { struct
1653 struct elf_thread_core_info *next; argument
1660 struct elf_thread_core_info *thread; argument
1698 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1764 struct elf_thread_core_info *t; in fill_note_info()
1808 t = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1866 struct elf_thread_core_info *t = info->thread; in write_note_info()
1898 struct elf_thread_core_info *threads = info->thread; in free_note_info()
1901 struct elf_thread_core_info *t = threads; in free_note_info()