Searched refs:MagicBytesMatch (Results 1 – 7 of 7) sorted by relevance
300 if (file && data_sp && ObjectContainerBSDArchive::MagicBytesMatch(data)) { in CreateInstance()355 bool ObjectContainerBSDArchive::MagicBytesMatch(const DataExtractor &data) { in MagicBytesMatch() function in ObjectContainerBSDArchive453 if (!file || !data_sp || !ObjectContainerBSDArchive::MagicBytesMatch(data)) in GetModuleSpecifications()
55 static bool MagicBytesMatch(const lldb_private::DataExtractor &data);
135 static bool MagicBytesMatch(const uint8_t *magic);
157 bool ELFHeader::MagicBytesMatch(const uint8_t *magic) { in MagicBytesMatch() function in ELFHeader
84 static bool MagicBytesMatch(lldb::DataBufferSP &data_sp, lldb::addr_t offset,
366 if (!ELFHeader::MagicBytesMatch(magic)) in CreateInstance()395 if (ELFHeader::MagicBytesMatch(magic)) { in CreateMemoryInstance()409 bool ObjectFileELF::MagicBytesMatch(DataBufferSP &data_sp, in MagicBytesMatch() function in ObjectFileELF415 return ELFHeader::MagicBytesMatch(magic); in MagicBytesMatch()521 if (ObjectFileELF::MagicBytesMatch(data_sp, 0, data_sp->GetByteSize())) { in GetModuleSpecifications()
67 elf::ELFHeader::MagicBytesMatch(data_sp->GetBytes())) { in CreateInstance()