Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc527 void LoadedSection(const string &section) { in LoadedSection() function in __anona35bd18d0111::LoadSymbolsInfo
/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