Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_elf.c1729 struct elf_thread_core_info { struct
1730 struct elf_thread_core_info *next; argument
1737 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()
1828 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1862 struct elf_thread_core_info *t; in fill_note_info()
1906 info->thread = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1914 t = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1958 struct elf_thread_core_info *t = info->thread; in write_note_info()
1990 struct elf_thread_core_info *threads = info->thread; in free_note_info()
[all …]