Searched refs:MH_DYLIB (Results 1 – 10 of 10) sorted by relevance
76 return MH_DYLIB; in getOutputType()688 } else if (config->outputType != MH_DYLIB && in parsePlatformVersions()842 if (config->outputType != MH_DYLIB) { in parseDylibVersion()938 case MH_DYLIB: in dataConstDefault()1132 bool needsStubHelper = config->outputType == MH_DYLIB || in referenceStubBinder()1317 if (config->outputType != MH_DYLIB) in link()1374 if (config->warnDylibInstallName && config->outputType != MH_DYLIB) in link()1380 } else if (config->outputType == MH_DYLIB) { in link()1385 if (config->outputType != MH_DYLIB) in link()1561 config->isPic = config->outputType == MH_DYLIB || in link()
126 if (config->outputType == MH_DYLIB && !config->hasReexports) in writeTo()135 if (config->outputType == MH_DYLIB && config->applicationExtension) in writeTo()1734 case MH_DYLIB: in createSyntheticSymbols()
755 case MH_DYLIB: in createLoadCommands()940 case MH_DYLIB: in createOutputSections()
29 MH_DYLIB = 0x00000006 variable799 'MH_DYLIB': MH_DYLIB,
130 Hdr.filetype = MachO::MH_DYLIB; // Custom file type? in createHeaderBlock()
106 { "DynamicLibrary", MachO::MH_DYLIB },
48 MH_DYLIB = 0x6u, enumerator
773 if (Obj.getHeader().filetype != MachO::MH_DYLIB && in checkDylibIdCommand()1676 if ((getHeader().filetype == MachO::MH_DYLIB || in MachOObjectFile()
5705 case MH_DYLIB:5761 case MH_DYLIB:
8430 case MachO::MH_DYLIB: in PrintMachHeader()