Home | History | Annotate | Download | only in ia64

Lines Matching defs:fdesc

70 struct fdesc {
75 struct fdesc fdesc_clone;
76 struct fdesc fdesc_clone2;
77 struct fdesc fdesc_execve;
78 struct fdesc fdesc_mmap;
79 struct fdesc fdesc_mmap2;
80 struct fdesc fdesc_init_module;
81 struct fdesc fdesc_exit;
352 ((struct fdesc *)post_stub_clone)->ip;
354 ((struct fdesc *)post_stub_clone2)->ip;
356 ((struct fdesc *)my_ia64_execve)->ip;
358 ((struct fdesc *)post_stub_mmap)->ip;
360 ((struct fdesc *)post_stub_mmap2)->ip;
362 ((struct fdesc *)post_stub_init_module)->ip;
364 ((struct fdesc *)pre_stub_exit)->ip;
370 ((struct fdesc *)old_sys_clone)->ip;
372 ((struct fdesc *)old_sys_clone2)->ip;
374 ((struct fdesc *)old_sys_execve)->ip;
376 ((struct fdesc *)old_sys_mmap)->ip;
378 ((struct fdesc *)old_sys_mmap2)->ip;
380 ((struct fdesc *)old_sys_init_module)->ip;
382 ((struct fdesc *)old_sys_exit)->ip;