Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/
H A Dprotocol.h88 struct __attribute__((__packed__)) CrashInfoDataStatic { struct
94 struct __attribute__((__packed__)) CrashInfoDataDynamic : public CrashInfoDataStatic { argument
108 CrashInfoDataStatic s;
H A Dcrash_dump.cpp296 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in ReadCrashInfo()
/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp406 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in debuggerd_dispatch_pseudothread()
409 sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic) == kHeaderSize + sizeof(uintptr_t), in debuggerd_dispatch_pseudothread()