Searched refs:elf_thread_status (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | binfmt_elf_fdpic.c | 1446 struct elf_thread_status struct 1464 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1597 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1644 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1647 tmp = list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1782 struct elf_thread_status *tmp = in elf_fdpic_core_dump() 1783 list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1818 kfree(list_entry(tmp, struct elf_thread_status, list)); in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1852 struct elf_thread_status struct 1870 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1950 struct elf_thread_status *ets; in fill_note_info() 1968 ets = list_entry(t, struct elf_thread_status, list); in fill_note_info() 2041 struct elf_thread_status *tmp = in write_note_info() 2042 list_entry(t, struct elf_thread_status, list); in write_note_info() 2057 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()
|