Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc777 uint32_t dynamic_length = 0; in WriteDSODebugStream() local
781 dynamic_length += sizeof(dyn); in WriteDSODebugStream()
859 if (!debug.AllocateObjectAndArray(1, dynamic_length)) in WriteDSODebugStream()
872 wasteful_vector<char> dso_debug_data(dumper_->allocator(), dynamic_length); in WriteDSODebugStream()
875 dso_debug_data.resize(dynamic_length); in WriteDSODebugStream()
877 dynamic_length); in WriteDSODebugStream()
878 debug.CopyIndexAfterObject(0, &dso_debug_data[0], dynamic_length); in WriteDSODebugStream()