Searched refs:flags_size (Results 1 – 1 of 1) sorted by relevance
584 size_t flags_size = sizeof(context_ppc64->context_flags); in Read() local586 reinterpret_cast<uint8_t*>(context_ppc64.get()) + flags_size; in Read()588 sizeof(MDRawContextPPC64) - flags_size)) { in Read()681 size_t flags_size = sizeof(context_arm64->context_flags); in Read() local683 reinterpret_cast<uint8_t*>(context_arm64.get()) + flags_size; in Read()685 sizeof(MDRawContextARM64) - flags_size)) { in Read()778 size_t flags_size = sizeof(context_x86->context_flags); in Read() local780 reinterpret_cast<uint8_t*>(context_x86.get()) + flags_size; in Read()782 sizeof(MDRawContextX86) - flags_size)) { in Read()851 size_t flags_size = sizeof(context_ppc->context_flags); in Read() local[all …]