Home
last modified time | relevance | path

Searched refs:magic_64_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 Dcreate-empty-corefile.cpp160 uint8_t magic_64_be[] = {0xfe, 0xed, 0xfa, 0xcf}; 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 Dcreate-empty-corefile.cpp207 uint8_t magic_64_be[] = {0xfe, 0xed, 0xfa, 0xcf}; in get_uuid_from_binary() local
211 memcmp(magic, magic_64_be, 4) == 0) { in get_uuid_from_binary()