Searched refs:MachOFile (Results 1 – 1 of 1) sorted by relevance
38 std::unique_ptr<object::MachOObjectFile> MachOFile; in getDylibInterfaceFromDylib() local40 MachOFile.reset(dyn_cast<object::MachOObjectFile>(BinFile->release())); in getDylibInterfaceFromDylib()47 MachOFile = std::move(*Obj); in getDylibInterfaceFromDylib()53 if (!MachOFile) in getDylibInterfaceFromDylib()62 if (MachOFile->getHeader().filetype != MachO::MH_DYLIB) in getDylibInterfaceFromDylib()67 for (auto &Sym : MachOFile->symbols()) { in getDylibInterfaceFromDylib()