Searched refs:CrashInfoDataStatic (Results 1 – 3 of 3) sorted by relevance
88 struct __attribute__((__packed__)) CrashInfoDataStatic { struct94 struct __attribute__((__packed__)) CrashInfoDataDynamic : public CrashInfoDataStatic { argument110 CrashInfoDataStatic s;
312 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in ReadCrashInfo()
404 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in debuggerd_dispatch_pseudothread()407 sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic) == kHeaderSize + sizeof(uintptr_t), in debuggerd_dispatch_pseudothread()