Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Ddump_syms.cc459 const std::pair<const uint8_t *, uint64_t>& ranges_section = in ReadDwarf() local
462 new DumperRangesHandler(ranges_section.first, ranges_section.second, in ReadDwarf()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc313 const std::pair<const uint8_t *, uint64_t>& ranges_section = in LoadDwarf() local
316 new DumperRangesHandler(ranges_section.first, ranges_section.second, in LoadDwarf()