Searched refs:init_module (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | urlparser.py | 83 init_module = NoDefault variable in URLParser 143 if self.init_module is NoDefault: 144 self.init_module = self.find_init_module(environ) 148 if (self.init_module 149 and getattr(self.init_module, 'urlparser_hook', None)): 150 self.init_module.urlparser_hook(environ) 155 if (self.init_module 156 and getattr(self.init_module, 'not_found_hook', None) 158 not_found_hook = self.init_module.not_found_hook 182 if (self.init_module [all …]
|
/external/toybox/toys/other/ |
D | insmod.c | 19 #define init_module(mod, len, opts) syscall(__NR_init_module, mod, len, opts) macro 39 res = init_module(buf, len, toybuf); in insmod_main()
|
/external/strace/ |
D | bjm.c | 184 SYS_FUNC(init_module) in SYS_FUNC() argument
|
D | sys_func.h | 90 extern SYS_FUNC(init_module);
|
D | ChangeLog-CVS | 1870 * linux/x86_64/syscallent.h: Update init_module argument count. 4873 * linux/sparc/syscall.h: Declare create_module/init_module.
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 691 uint32_t init_module; member 704 uint64_t init_module; member 1138 sys::swapByteOrder(r.init_module); in swapStruct() 1151 sys::swapByteOrder(r.init_module); in swapStruct()
|
/external/elfutils/src/tests/ |
D | run-dwflsyms.sh | 505 34: FUNC GLOBAL init_module (24) 0x150, rel: 0 (.opd) 507 36: FUNC GLOBAL .init_module (76) 0, rel: 0 (.text)
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 423 ROUTINE: init_module 0
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1498 Syscall param init_module(umod) contains uninitialised byte(s) 1502 Syscall param init_module(len) contains uninitialised byte(s) 1506 Syscall param init_module(uargs) contains uninitialised byte(s) 1510 Syscall param init_module(umod) points to unaddressable byte(s) 1515 Syscall param init_module(uargs) points to unaddressable byte(s)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 669 PRE_SYSCALL(init_module)(void *umod, long len, const void *uargs) { 674 POST_SYSCALL(init_module)(long res, void *umod, long len, const void *uargs) {}
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7910 outs() << " init_module " << r.init_module << "\n"; in PrintRoutinesCommand() 7927 outs() << " init_module " << r.init_module << "\n"; in PrintRoutinesCommand64()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2062 fun:init_module=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1112 PUBLIC db140 0 init_module
|