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

  /external/libnl/lib/cli/cls/
basic.c 78 static struct nl_cli_tc_module basic_module = variable in typeref:struct:nl_cli_tc_module
87 nl_cli_tc_register(&basic_module);
92 nl_cli_tc_unregister(&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 113 milliseconds