Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dprotocol.h84 struct __attribute__((__packed__)) CrashInfoHeader { struct
108 CrashInfoHeader header; argument
Dcrash_dump.cpp312 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in ReadCrashInfo()
316 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp378 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic); in debuggerd_dispatch_pseudothread()
380 static_assert(sizeof(CrashInfoHeader) + sizeof(CrashInfoDataDynamic) == in debuggerd_dispatch_pseudothread()
384 static_assert(sizeof(CrashInfoHeader) + offsetof(CrashInfoDataDynamic, MEMBER1) == \ in debuggerd_dispatch_pseudothread()
404 expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic); in debuggerd_dispatch_pseudothread()
407 sizeof(CrashInfoHeader) + sizeof(CrashInfoDataStatic) == kHeaderSize + sizeof(uintptr_t), in debuggerd_dispatch_pseudothread()