Home
last modified time | relevance | path

Searched refs:MINIDUMP_STRING (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/minidump/test/
H A Dminidump_string_writer_test_util.cc83 const MINIDUMP_STRING* MinidumpStringAtRVA(const std::string& file_contents, in MinidumpStringAtRVA()
85 return TMinidumpStringAtRVA<MINIDUMP_STRING>(file_contents, rva); in MinidumpStringAtRVA()
96 return TMinidumpStringAtRVAAsString<base::string16, MINIDUMP_STRING>( in MinidumpStringAtRVAAsString()
H A Dminidump_string_writer_test_util.h46 const MINIDUMP_STRING* MinidumpStringAtRVA(const std::string& file_contents,
H A Dminidump_writable_test_util.h104 MINIDUMP_ALLOW_OVERSIZED_DATA(MINIDUMP_STRING);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/minidump/
H A Dminidump_string_writer_test.cc44 const MINIDUMP_STRING* minidump_string = in TEST()
89 MINIDUMP_STRING* tmp; in TEST()
95 const MINIDUMP_STRING* minidump_string = in TEST()
136 const MINIDUMP_STRING* minidump_string = in TEST()
139 MINIDUMP_STRING* tmp; in TEST()
H A Dminidump_system_info_writer_test.cc40 const MINIDUMP_STRING** csd_version) { in GetSystemInfoStream()
42 MINIDUMP_STRING* tmp; in GetSystemInfoStream()
54 kCSDVersionOffset + sizeof(MINIDUMP_STRING) + kCSDVersionBytesWithNUL; in GetSystemInfoStream()
90 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
162 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
222 const MINIDUMP_STRING* csd_version; in TEST()
265 const MINIDUMP_STRING* csd_version; in TEST()
345 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
441 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
H A Dminidump_handle_writer_test.cc105 sizeof(MINIDUMP_HANDLE_DESCRIPTOR) + sizeof(MINIDUMP_STRING) + in TEST()
164 sizeof(MINIDUMP_STRING) + kTypeNameStringDataLength); in TEST()
H A Dminidump_string_writer.h39 using MinidumpStringType = MINIDUMP_STRING;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/minidump/
H A Dminidump_string_writer_test.cc44 const MINIDUMP_STRING* minidump_string = in TEST()
89 MINIDUMP_STRING* tmp; in TEST()
95 const MINIDUMP_STRING* minidump_string = in TEST()
130 const MINIDUMP_STRING* minidump_string = in TEST()
133 MINIDUMP_STRING* tmp; in TEST()
H A Dminidump_system_info_writer_test.cc40 const MINIDUMP_STRING** csd_version) { in GetSystemInfoStream()
42 MINIDUMP_STRING* tmp; in GetSystemInfoStream()
54 kCSDVersionOffset + sizeof(MINIDUMP_STRING) + kCSDVersionBytesWithNUL; in GetSystemInfoStream()
90 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
162 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
222 const MINIDUMP_STRING* csd_version; in TEST()
265 const MINIDUMP_STRING* csd_version; in TEST()
345 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
441 const MINIDUMP_STRING* csd_version = nullptr; in TEST()
H A Dminidump_handle_writer_test.cc105 sizeof(MINIDUMP_HANDLE_DESCRIPTOR) + sizeof(MINIDUMP_STRING) + in TEST()
164 sizeof(MINIDUMP_STRING) + kTypeNameStringDataLength); in TEST()
H A Dminidump_string_writer.h39 using MinidumpStringType = MINIDUMP_STRING;
/dports/devel/py-minidump/minidump-0.0.20/minidump/
H A Dcommon_structs.py60 class MINIDUMP_STRING: class
67 ms = MINIDUMP_STRING()
74 ms = MINIDUMP_STRING()
84 ms = MINIDUMP_STRING.parse(buff)
92 ms = await MINIDUMP_STRING.aparse(buff)
/dports/devel/py-minidump/minidump-0.0.20/minidump/streams/
H A DHandleDataStream.py156 mhd.TypeName = MINIDUMP_STRING.get_from_rva(t.TypeNameRva, buff)
158 mhd.ObjectName = MINIDUMP_STRING.get_from_rva(t.ObjectNameRva, buff)
173 mhd.TypeName = await MINIDUMP_STRING.aget_from_rva(t.TypeNameRva, buff)
175 mhd.ObjectName = await MINIDUMP_STRING.aget_from_rva(t.ObjectNameRva, buff)
H A DUnloadedModuleListStream.py80 mm.name = MINIDUMP_STRING.get_from_rva(mod.ModuleNameRva, buff)
95 mm.name = await MINIDUMP_STRING.aget_from_rva(mod.ModuleNameRva, buff)
H A DModuleListStream.py31 mm.name = MINIDUMP_STRING.get_from_rva(mod.ModuleNameRva, buff)
47 mm.name = await MINIDUMP_STRING.aget_from_rva(mod.ModuleNameRva, buff)
H A DSystemInfoStream.py239 t.CSDVersion = MINIDUMP_STRING.get_from_rva(si.CSDVersionRva, buff)
269 t.CSDVersion = await MINIDUMP_STRING.aget_from_rva(si.CSDVersionRva, buff)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/compat/non_win/
H A Ddbghelp.h127 struct __attribute__((packed, aligned(4))) MINIDUMP_STRING { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/compat/non_win/
H A Ddbghelp.h127 struct __attribute__((packed, aligned(4))) MINIDUMP_STRING { struct
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaimagehlp.pas1876 PMINIDUMP_STRING = ^MINIDUMP_STRING;
1883 MINIDUMP_STRING = _MINIDUMP_STRING;
1885 TMinidumpString = MINIDUMP_STRING;
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/util/
H A Ddbghelp.h948 } MINIDUMP_STRING,*PMINIDUMP_STRING; typedef
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Ddbghelp.h948 } MINIDUMP_STRING,*PMINIDUMP_STRING; typedef
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Ddbghelp.h948 } MINIDUMP_STRING,*PMINIDUMP_STRING; typedef
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/util/
H A Ddbghelp.h948 } MINIDUMP_STRING,*PMINIDUMP_STRING; typedef
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/util/
H A Ddbghelp.h948 } MINIDUMP_STRING,*PMINIDUMP_STRING; typedef
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/util/
H A Ddbghelp.h948 } MINIDUMP_STRING,*PMINIDUMP_STRING; typedef

12