Searched refs:file_context (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 440 DwarfCUToModule::FileContext file_context(split_file, module, in StartProcessSplitDwarf() local 443 file_context.AddSectionToSectionMap(section.first, section.second.first, in StartProcessSplitDwarf() 447 if (file_context.section_map().find(".debug_addr") == in StartProcessSplitDwarf() 448 file_context.section_map().end()) in StartProcessSplitDwarf() 449 file_context.AddSectionToSectionMap(".debug_addr", reader->GetAddrBuffer(), in StartProcessSplitDwarf() 451 if (file_context.section_map().find(".debug_line") == in StartProcessSplitDwarf() 452 file_context.section_map().end()) in StartProcessSplitDwarf() 453 file_context.AddSectionToSectionMap(".debug_line", reader->GetLineBuffer(), in StartProcessSplitDwarf() 455 if (file_context.section_map().find(".debug_line_str") == in StartProcessSplitDwarf() 456 file_context.section_map().end()) in StartProcessSplitDwarf() [all …]
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 178 file_context(file_context_arg), in CUContext() 201 FileContext* file_context; member 239 = file_context->section_map(); in AssembleRangeListInfo() 402 FileContext* file_context = cu_context_->file_context; in ProcessAttributeReference() local 403 if (file_context->IsUnhandledInterCUReference( in ProcessAttributeReference() 414 &file_context->file_private_->specifications; in ProcessAttributeReference() 428 cu_context_->file_context->file_private_->origins; in ProcessAttributeReference() 449 cu_context_->file_context->module_->AddStringToPool(data); in ProcessAttributeString() 459 cu_context_->file_context->module_->AddStringToPool(demangled); in ProcessAttributeString() 467 raw_name_ = cu_context_->file_context->module_->AddStringToPool(data); in ProcessAttributeString() [all …]
|
D | dwarf_cu_to_module.h | 263 DwarfCUToModule(FileContext* file_context,
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 388 DwarfCUToModule::FileContext file_context(split_file, module, in StartProcessSplitDwarf() local 391 file_context.AddSectionToSectionMap(section.first, section.second.first, in StartProcessSplitDwarf() 395 if (file_context.section_map().find(".debug_addr") == in StartProcessSplitDwarf() 396 file_context.section_map().end()) in StartProcessSplitDwarf() 397 file_context.AddSectionToSectionMap(".debug_addr", reader->GetAddrBuffer(), in StartProcessSplitDwarf() 399 if (file_context.section_map().find(".debug_line") == in StartProcessSplitDwarf() 400 file_context.section_map().end()) in StartProcessSplitDwarf() 401 file_context.AddSectionToSectionMap(".debug_line", reader->GetLineBuffer(), in StartProcessSplitDwarf() 403 if (file_context.section_map().find(".debug_line_str") == in StartProcessSplitDwarf() 404 file_context.section_map().end()) in StartProcessSplitDwarf() [all …]
|