Searched refs:elf_thread_status (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | binfmt_elf_fdpic.c | 1422 struct elf_thread_status struct 1440 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1575 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1623 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1626 tmp = list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1761 struct elf_thread_status *tmp = in elf_fdpic_core_dump() 1762 list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1797 kfree(list_entry(tmp, struct elf_thread_status, list)); in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1917 struct elf_thread_status struct 1935 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 2014 struct elf_thread_status *ets; in fill_note_info() 2095 struct elf_thread_status *ets; in write_note_info() 2117 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()
|