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