Searched refs:MH_DYLIB (Results 1 – 25 of 25) sorted by relevance
59 const uint32_t kMachHeaderFtypeDylib = MH_DYLIB;
48 # Common symbols not allowed in MH_DYLIB files
99 { "DynamicLibrary", MachO::MH_DYLIB },
779 else if (cmd.cmd == LC_ID_DYLIB && mh.filetype == MH_DYLIB) { in ML_()
43 MH_DYLIB = 0x6u, enumerator
4857 # Common symbols not allowed in MH_DYLIB files4909 # Common symbols not allowed in MH_DYLIB files5132 # Common symbols not allowed in MH_DYLIB files5185 # Common symbols not allowed in MH_DYLIB files
4243 # Common symbols not allowed in MH_DYLIB files4568 # Common symbols not allowed in MH_DYLIB files4644 # Common symbols not allowed in MH_DYLIB files
4240 # Common symbols not allowed in MH_DYLIB files4565 # Common symbols not allowed in MH_DYLIB files4641 # Common symbols not allowed in MH_DYLIB files
4246 # Common symbols not allowed in MH_DYLIB files4571 # Common symbols not allowed in MH_DYLIB files4647 # Common symbols not allowed in MH_DYLIB files
3596 # Common symbols not allowed in MH_DYLIB files3904 # Common symbols not allowed in MH_DYLIB files
3587 # Common symbols not allowed in MH_DYLIB files3895 # Common symbols not allowed in MH_DYLIB files
3597 # Common symbols not allowed in MH_DYLIB files3905 # Common symbols not allowed in MH_DYLIB files
3875 # Common symbols not allowed in MH_DYLIB files4194 # Common symbols not allowed in MH_DYLIB files
3929 # Common symbols not allowed in MH_DYLIB files4248 # Common symbols not allowed in MH_DYLIB files
3921 # Common symbols not allowed in MH_DYLIB files4240 # Common symbols not allowed in MH_DYLIB files
3928 # Common symbols not allowed in MH_DYLIB files4247 # Common symbols not allowed in MH_DYLIB files
3917 # Common symbols not allowed in MH_DYLIB files4236 # Common symbols not allowed in MH_DYLIB files
3603 # Common symbols not allowed in MH_DYLIB files3911 # Common symbols not allowed in MH_DYLIB files
3612 # Common symbols not allowed in MH_DYLIB files3920 # Common symbols not allowed in MH_DYLIB files
3611 # Common symbols not allowed in MH_DYLIB files3919 # Common symbols not allowed in MH_DYLIB files
3942 # Common symbols not allowed in MH_DYLIB files4261 # Common symbols not allowed in MH_DYLIB files
7168 case MachO::MH_DYLIB: in PrintMachHeader()