Searched refs:elf_thread_status (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ |
D | binfmt_elf_fdpic.c | 1445 struct elf_thread_status struct 1463 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1659 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1672 struct elf_thread_status *tmp; in elf_fdpic_core_dump() 1675 tmp = list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1819 struct elf_thread_status *tmp = in elf_fdpic_core_dump() 1820 list_entry(t, struct elf_thread_status, list); in elf_fdpic_core_dump() 1859 kfree(list_entry(tmp, struct elf_thread_status, list)); in elf_fdpic_core_dump()
|
D | binfmt_elf.c | 1588 struct elf_thread_status struct 1606 static int elf_dump_thread_status(long signr, struct elf_thread_status *t) in elf_dump_thread_status() argument 1700 struct elf_thread_status *ets; in fill_note_info() 1715 ets = list_entry(t, struct elf_thread_status, list); in fill_note_info() 1784 struct elf_thread_status *tmp = in write_note_info() 1785 list_entry(t, struct elf_thread_status, list); in write_note_info() 1800 kfree(list_entry(tmp, struct elf_thread_status, list)); in free_note_info()
|