Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dbinfmt_elf.c1707 struct elf_thread_core_info { struct
1708 struct elf_thread_core_info *next; argument
1715 struct elf_thread_core_info *thread; argument
1746 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1806 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1840 struct elf_thread_core_info *t; in fill_note_info()
1884 info->thread = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1892 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()
[all …]