Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp242 ArrayRef<uint8_t> bin_uuid = Obj->getUuid(); in darwinDsymMatchesBinary() local
243 if (dbg_uuid.empty() || bin_uuid.empty()) in darwinDsymMatchesBinary()
245 return !memcmp(dbg_uuid.data(), bin_uuid.data(), dbg_uuid.size()); in darwinDsymMatchesBinary()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp234 ArrayRef<uint8_t> bin_uuid = Obj->getUuid(); in darwinDsymMatchesBinary() local
235 if (dbg_uuid.empty() || bin_uuid.empty()) in darwinDsymMatchesBinary()
237 return !memcmp(dbg_uuid.data(), bin_uuid.data(), dbg_uuid.size()); in darwinDsymMatchesBinary()
/external/u-boot/disk/
Dpart_efi.c448 unsigned char *bin_uuid; in gpt_fill_pte() local
520 bin_uuid = gpt_e[i].unique_partition_guid.b; in gpt_fill_pte()
522 if (uuid_str_to_bin(str_uuid, bin_uuid, UUID_STR_FORMAT_GUID)) { in gpt_fill_pte()