Home
last modified time | relevance | path

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 Dcreate-empty-corefile.cpp158 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 Dcreate-empty-corefile.cpp205 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()