Searched refs:magic_32_be (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/ |
| H A D | create-empty-corefile.cpp | 158 uint8_t magic_32_be[] = {0xfe, 0xed, 0xfa, 0xce}; in get_uuid_from_binary() local 163 if (memcmp (magic, magic_32_be, 4) == 0 || memcmp (magic, magic_64_be, 4) == 0) in get_uuid_from_binary()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/ |
| H A D | create-empty-corefile.cpp | 205 uint8_t magic_32_be[] = {0xfe, 0xed, 0xfa, 0xce}; in get_uuid_from_binary() local 210 if (memcmp(magic, magic_32_be, 4) == 0 || in get_uuid_from_binary()
|