HomeSort by relevance Sort by last modified time
    Searched refs:file_context (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 173 : file_context(file_context_arg),
185 FileContext *file_context; member in struct:google_breakpad::DwarfCUToModule::CUContext
195 // assign them lines and add them to file_context->module.
308 FileContext *file_context = cu_context_->file_context; local
309 if (file_context->IsUnhandledInterCUReference(
320 &file_context->file_private_->specifications;
340 cu_context_->file_context->file_private_->common_strings.insert(str);
427 cu_context_->file_context->file_private_->specifications[offset_] = spec;
508 cu_context_->file_context->file_private_->origins
    [all...]
dwarf_cu_to_module.h 229 // within FILE_CONTEXT. This uses information received from the
231 // FILE_CONTEXT->module. Use LINE_READER to handle the compilation
234 DwarfCUToModule(FileContext *file_context,
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 238 DwarfCUToModule::FileContext file_context(dwarf_filename,
254 file_context.AddSectionToSectionMap(name, contents, section->sh_size);
260 file_context.section_map().find(".debug_info");
261 assert(debug_info_entry != file_context.section_map().end());
272 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter);
276 dwarf2reader::CompilationUnit reader(file_context.section_map(),
    [all...]
  /system/sepolicy/
Android.mk 216 # Note: That a newline file is placed between each file_context file found to

Completed in 62 milliseconds