Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1364 struct elf_thread_status struct
1366 struct elf_thread_status *next; argument
1378 static struct elf_thread_status *elf_dump_thread_status(long signr, struct task_struct *p, int *sz) in elf_dump_thread_status() argument
1381 struct elf_thread_status *t; in elf_dump_thread_status()
1384 t = kzalloc(sizeof(struct elf_thread_status), GFP_KERNEL); in elf_dump_thread_status()
1470 struct elf_thread_status *thread_list = NULL; in elf_fdpic_core_dump()
1478 struct elf_thread_status *tmp; in elf_fdpic_core_dump()
/openbmc/qemu/linux-user/
H A Delfload.c4056 struct elf_thread_status { struct
4057 QTAILQ_ENTRY(elf_thread_status) ets_link;
4073 QTAILQ_HEAD(, elf_thread_status) thread_list; argument
4502 struct elf_thread_status *ets; in fill_thread_info()
4577 struct elf_thread_status *ets; in free_note_info()
4592 struct elf_thread_status *ets; in write_note_info()