Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1728 struct elf_thread_core_info { struct
1729 struct elf_thread_core_info *next;
1736 struct elf_thread_core_info *thread;
1767 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 *thread in free_note_info()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1726 struct elf_thread_core_info { struct
1727 struct elf_thread_core_info *next;
1734 struct elf_thread_core_info *thread;
1764 static int fill_thread_core_info(struct elf_thread_core_info *t, in fill_thread_core_info()
1829 struct elf_thread_core_info *t; in fill_note_info()
1873 t = kzalloc(offsetof(struct elf_thread_core_info, in fill_note_info()
1931 struct elf_thread_core_info *t = info->thread; in write_note_info()
1963 struct elf_thread_core_info *threads = info->thread; in free_note_info()
1966 struct elf_thread_core_info *t = threads; in free_note_info()

Completed in 7 milliseconds