Home
last modified time | relevance | path

Searched refs:AddSectionToSectionMap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Ddump_syms.cc443 file_context.AddSectionToSectionMap(section.first, section.second.first, in StartProcessSplitDwarf()
449 file_context.AddSectionToSectionMap(".debug_addr", reader->GetAddrBuffer(), in StartProcessSplitDwarf()
453 file_context.AddSectionToSectionMap(".debug_line", reader->GetLineBuffer(), in StartProcessSplitDwarf()
457 file_context.AddSectionToSectionMap(".debug_line_str", in StartProcessSplitDwarf()
497 file_context.AddSectionToSectionMap( in ReadDwarf()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc391 file_context.AddSectionToSectionMap(section.first, section.second.first, in StartProcessSplitDwarf()
397 file_context.AddSectionToSectionMap(".debug_addr", reader->GetAddrBuffer(), in StartProcessSplitDwarf()
401 file_context.AddSectionToSectionMap(".debug_line", reader->GetLineBuffer(), in StartProcessSplitDwarf()
405 file_context.AddSectionToSectionMap(".debug_line_str", in StartProcessSplitDwarf()
462 file_context.AddSectionToSectionMap(name, contents, size); in LoadDwarf()
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h82 void AddSectionToSectionMap(const string& name,
H A Ddwarf_cu_to_module.cc136 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap() function in google_breakpad::DwarfCUToModule::FileContext
H A Ddwarf_cu_to_module_unittest.cc167 file_context_.AddSectionToSectionMap(".debug_line", in CUFixtureBase()