Home
last modified time | relevance | path

Searched refs:split_byte_reader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Ddump_syms.cc435 google_breakpad::ByteReader split_byte_reader(endianness); in StartProcessSplitDwarf() local
437 if (reader->ProcessSplitDwarf(split_file, split_sections, split_byte_reader, in StartProcessSplitDwarf()
460 DumperRangesHandler ranges_handler(&split_byte_reader); in StartProcessSplitDwarf()
461 DumperLineToModule line_to_module(&split_byte_reader); in StartProcessSplitDwarf()
469 split_file, file_context.section_map(), cu_offset, &split_byte_reader, in StartProcessSplitDwarf()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc383 google_breakpad::ByteReader split_byte_reader(endianness); in StartProcessSplitDwarf() local
385 if (!reader->ProcessSplitDwarf(split_file, split_sections, split_byte_reader, in StartProcessSplitDwarf()
409 DumperRangesHandler ranges_handler(&split_byte_reader); in StartProcessSplitDwarf()
410 DumperLineToModule line_to_module(&split_byte_reader); in StartProcessSplitDwarf()
418 split_file, file_context.section_map(), cu_offset, &split_byte_reader, in StartProcessSplitDwarf()
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc1006 ByteReader& split_byte_reader, in ProcessSplitDwarf() argument
1030 split_byte_reader = ByteReader(reader_->GetEndianness()); in ProcessSplitDwarf()
1031 split_byte_reader.SetAddressSize(width); in ProcessSplitDwarf()
1032 dwp_reader_ = std::make_unique<DwpReader>(split_byte_reader, in ProcessSplitDwarf()
1057 split_byte_reader = ByteReader(ENDIANNESS_LITTLE); in ProcessSplitDwarf()
1058 split_byte_reader.SetAddressSize(width); in ProcessSplitDwarf()
H A Ddwarf2reader.h486 ByteReader& split_byte_reader,