Searched refs:sys_get_kernel_syms (Results 1 – 22 of 22) sorted by relevance
/linux-2.4.37.9/arch/mips/kernel/ |
D | syscalls.h | 147 SYS(sys_get_kernel_syms, 1) /* 4130 */
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | calls.S | 147 /* 130 */ .long SYMBOL_NAME(sys_get_kernel_syms)
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | systbls.S | 65 /*220*/ .long sys_sigprocmask, sys_create_module, sys_delete_module, sys_get_kernel_syms, sys_getpg…
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | scall_64.S | 308 PTR sys_get_kernel_syms /* 5170 */
|
D | linux32.c | 3459 extern asmlinkage int sys_get_kernel_syms(struct kernel_sym *table); 3467 len = sys_get_kernel_syms(NULL); in sys32_get_kernel_syms() 3473 sys_get_kernel_syms(tbl); in sys32_get_kernel_syms()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | entry.S | 552 .long SYMBOL_NAME(sys_get_kernel_syms) /* 130 */
|
/linux-2.4.37.9/kernel/ |
D | module.c | 966 sys_get_kernel_syms(struct kernel_sym *table) in sys_get_kernel_syms() function 1286 sys_get_kernel_syms(struct kernel_sym *table) in sys_get_kernel_syms() function
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | systbls.S | 125 /*220*/ .word sys_nis_syscall, sys_create_module, sys_delete_module, sys_get_kernel_syms, sys_getpg…
|
D | sys_sparc32.c | 3723 extern asmlinkage int sys_get_kernel_syms(struct kernel_sym *table); 3731 len = sys_get_kernel_syms(NULL); in sys32_get_kernel_syms() 3737 sys_get_kernel_syms(tbl); in sys32_get_kernel_syms()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entry.S | 954 .long SYMBOL_NAME(sys_get_kernel_syms) /* 130 */
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | unistd.h | 408 __SYSCALL(__NR_get_kernel_syms, sys_get_kernel_syms)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | entry.S | 537 .long SYMBOL_NAME(sys_get_kernel_syms) /* 130 */
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | entry.S | 1084 .quad sys_get_kernel_syms
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 1579 extern asmlinkage int sys_get_kernel_syms(struct kernel_sym *table); 1587 len = sys_get_kernel_syms(NULL); in sys32_get_kernel_syms() 1593 sys_get_kernel_syms(tbl); in sys32_get_kernel_syms()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 2968 extern asmlinkage int sys_get_kernel_syms(struct kernel_sym *table); 2976 len = sys_get_kernel_syms(NULL); in sys32_get_kernel_syms() 2982 sys_get_kernel_syms(tbl); in sys32_get_kernel_syms()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | misc.S | 963 .llong .sys_get_kernel_syms /* 130 */
|
D | sys_ppc32.c | 1610 extern asmlinkage long sys_get_kernel_syms(struct kernel_sym *table); 1621 len = sys_get_kernel_syms(NULL); in sys32_get_kernel_syms() 1627 sys_get_kernel_syms(tbl); in sys32_get_kernel_syms()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | misc.S | 1193 .long sys_get_kernel_syms /* 130 */
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | entry.S | 1292 .long SYMBOL_NAME(sys_get_kernel_syms) /* 130 */
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 3672 extern asmlinkage int sys_get_kernel_syms(struct kernel_sym *table); 3680 len = sys_get_kernel_syms(NULL); in sys32_get_kernel_syms() 3686 sys_get_kernel_syms(tbl); in sys32_get_kernel_syms()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | entry.S | 1314 data8 sys_get_kernel_syms // 1135
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | entry.S | 338 .long sys_get_kernel_syms /* 130 */
|