Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c1426 struct elf_thread_status struct
1444 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument
1579 struct elf_thread_status *tmp; in elf_fdpic_core_dump()
1627 struct elf_thread_status *tmp; in elf_fdpic_core_dump()
1630 tmp = list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump()
1765 struct elf_thread_status *tmp = in elf_fdpic_core_dump()
1766 list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump()
1801 kfree(list_entry(tmp, struct elf_thread_status, list)); in elf_fdpic_core_dump()
Dbinfmt_elf.c1940 struct elf_thread_status struct
1958 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument
2038 struct elf_thread_status *ets; in fill_note_info()
2056 ets = list_entry(t, struct elf_thread_status, list); in fill_note_info()
2129 struct elf_thread_status *tmp = in write_note_info()
2130 list_entry(t, struct elf_thread_status, list); in write_note_info()
2145 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()