Home
last modified time | relevance | path

Searched refs:init_module (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium-trace/catapult/third_party/Paste/paste/
Durlparser.py83 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/
Dinsmod.c20 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts) macro
43 rc = init_module(buf, len, toybuf); in insmod_main()
/external/strace/
Dbjm.c53 SYS_FUNC(init_module) in SYS_FUNC() argument
Dsys_func.h89 extern SYS_FUNC(init_module);
/external/llvm/include/llvm/Support/
DMachO.h689 uint32_t init_module; member
702 uint64_t init_module; member
1133 sys::swapByteOrder(r.init_module); in swapStruct()
1146 sys::swapByteOrder(r.init_module); in swapStruct()
/external/strace/linux/64/
Dsyscallent.h106 [105] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/32/
Dsyscallent.h113 [105] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/x86_64/
Dsyscallent.h176 [175] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/mips/
Dsyscallent-n32.h171 [6168] = { 4, 0, SEN(init_module), "init_module" },
Dsyscallent-n64.h171 [5168] = { 4, 0, SEN(init_module), "init_module" },
Dsyscallent-o32.h131 [4128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/s390x/
Dsyscallent.h153 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/avr32/
Dsyscallent.h143 [115] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/xtensa/
Dsyscallent.h205 [210] = { 2, 0, SEN(init_module), "init_module" },
/external/elfutils/tests/
Drun-dwflsyms.sh505 34: FUNC GLOBAL init_module (24) 0x150, rel: 0 (.opd)
507 36: FUNC GLOBAL .init_module (76) 0, rel: 0 (.text)
/external/strace/linux/s390/
Dsyscallent.h159 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/hppa/
Dsyscallent.h133 [128] = { 4, 0, SEN(init_module), "init_module" },
/external/strace/linux/ia64/
Dsyscallent.h152 [1133] = { 4, 0, SEN(init_module), "init_module" },
/external/strace/linux/sparc/
Dsyscallent.h191 [190] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/powerpc/
Dsyscallent.h157 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/x32/
Dsyscallent.h176 [175] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/sh/
Dsyscallent.h159 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/m68k/
Dsyscallent.h157 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/sh64/
Dsyscallent.h157 [128] = { 3, 0, SEN(init_module), "init_module" },
/external/strace/linux/powerpc64/
Dsyscallent.h157 [128] = { 3, 0, SEN(init_module), "init_module" },

12