Searched refs:AddSectionToSectionMap (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | dump_syms.cc | 443 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 D | dump_symbols.cc | 391 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 D | dwarf_cu_to_module.h | 82 void AddSectionToSectionMap(const string& name,
|
H A D | dwarf_cu_to_module.cc | 136 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap() function in google_breakpad::DwarfCUToModule::FileContext
|
H A D | dwarf_cu_to_module_unittest.cc | 167 file_context_.AddSectionToSectionMap(".debug_line", in CUFixtureBase()
|