Searched refs:MagicBytesMatch (Results 1 – 7 of 7) sorted by relevance
301 if (file && data_sp && ObjectContainerBSDArchive::MagicBytesMatch(data)) { in CreateInstance()358 bool ObjectContainerBSDArchive::MagicBytesMatch(const DataExtractor &data) { in MagicBytesMatch() function in ObjectContainerBSDArchive459 if (!file || !data_sp || !ObjectContainerBSDArchive::MagicBytesMatch(data)) in GetModuleSpecifications()
58 static bool MagicBytesMatch(const lldb_private::DataExtractor &data);
145 static bool MagicBytesMatch(const uint8_t *magic);
160 bool ELFHeader::MagicBytesMatch(const uint8_t *magic) { in MagicBytesMatch() function in ELFHeader
90 static bool MagicBytesMatch(lldb::DataBufferSP &data_sp, lldb::addr_t offset,
425 if (!ELFHeader::MagicBytesMatch(magic)) in CreateInstance()454 if (ELFHeader::MagicBytesMatch(magic)) { in CreateMemoryInstance()468 bool ObjectFileELF::MagicBytesMatch(DataBufferSP &data_sp, in MagicBytesMatch() function in ObjectFileELF474 return ELFHeader::MagicBytesMatch(magic); in MagicBytesMatch()639 if (ObjectFileELF::MagicBytesMatch(data_sp, 0, data_sp->GetByteSize())) { in GetModuleSpecifications()
63 elf::ELFHeader::MagicBytesMatch(data_sp->GetBytes())) { in CreateInstance()