Searched refs:delete_module (Results 1 – 7 of 7) sorted by relevance
/external/toybox/toys/other/ |
D | rmmod.c | 23 #define delete_module(mod, flags) syscall(__NR_delete_module, mod, flags) macro 41 if (delete_module(mod_name, flags)) in rmmod_main()
|
/external/strace/ |
D | bjm.c | 174 SYS_FUNC(delete_module) in SYS_FUNC() argument
|
D | sys_func.h | 25 extern SYS_FUNC(delete_module);
|
D | NEWS | 100 * Enhanced decoding of delete_module, fanotify_init, fanotify_mark, fcntl, 407 * Improved output for delete_module, futex, and mbind system calls on Linux.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 676 PRE_SYSCALL(delete_module)(const void *name_user, long flags) { 682 POST_SYSCALL(delete_module)(long res, const void *name_user, long flags) {}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1549 fun:delete_module=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1106 PUBLIC dafe0 0 delete_module
|