Home
last modified time | relevance | path

Searched refs:LoadedSection (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc553 class LoadedSection: public SizedSection { class
555 explicit LoadedSection(Label address = Label()) : address_(address) { } in LoadedSection() function in LoadedSection
562 LoadedSection &Place(LoadedSection *section) { in Place()
582 SegmentLoadCommand &Header(const string &name, const LoadedSection &contents, in Header()
616 const LoadedSection &contents) { in AppendSectionEntry()
1091 LoadedSection segment; in TEST_F()
1127 LoadedSection segment; in TEST_F()
1164 LoadedSection segment; in TEST_F()
1200 LoadedSection segment; in TEST_F()
1237 LoadedSection segment_contents; in TEST_F()
[all …]
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc527 void LoadedSection(const string &section) { in LoadedSection() function in __anona35bd18d0111::LoadSymbolsInfo
626 info->LoadedSection(".stab"); in LoadSymbols()
644 info->LoadedSection(".debug_info"); in LoadSymbols()
662 info->LoadedSection(".dynsym"); in LoadSymbols()
693 info->LoadedSection(".debug_frame"); in LoadSymbols()
718 info->LoadedSection(".eh_frame"); in LoadSymbols()