Searched defs:init_module (Results 1 - 3 of 3) sorted by relevance

/external/toybox/toys/other/
H A Dinsmod.c19 #define init_module(mod, len, opts) syscall(__NR_init_module, mod, len, opts) macro
39 res = init_module(buf, len, toybuf);
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Durlparser.py83 init_module = NoDefault variable in class: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/llvm/include/llvm/Support/
H A DMachO.h691 uint32_t init_module; member in struct:llvm::MachO::routines_command
704 uint64_t init_module; member in struct:llvm::MachO::routines_command_64
1138 sys::swapByteOrder(r.init_module);
1151 sys::swapByteOrder(r.init_module);

Completed in 589 milliseconds