HomeSort by relevance Sort by last modified time
    Searched defs:basic_module (Results 1 - 3 of 3) sorted by null

  /external/libnl/src/cls/
basic.c 77 static struct cls_module basic_module = { variable in typeref:struct:cls_module
84 register_cls_module(&basic_module);
89 unregister_cls_module(&basic_module);
  /external/google-breakpad/src/processor/
module_serializer.cc 139 BasicSourceLineResolver::Module* basic_module = local
143 scoped_array<char> symbol_data(Serialize(*basic_module, &size));
145 BPLOG(ERROR) << "Serialization failed for module: " << basic_module->name_;
source_line_resolver_base.cc 239 Module *basic_module = module_factory_->CreateModule(module->code_file()); local
242 if (!basic_module->LoadMapFromMemory(memory_buffer, memory_buffer_size)) {
248 assert(basic_module->IsCorrupt());
251 modules_->insert(make_pair(module->code_file(), basic_module));
252 if (basic_module->IsCorrupt()) {

Completed in 129 milliseconds