Searched refs:DyldInfoLoadCmd (Results 1 – 2 of 2) sorted by relevance
1376 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd, in MachOObjectFile()4713 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()4717 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()4727 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()4731 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()4741 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()4745 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()4755 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()4759 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoLazyBindOpcodes()4835 if (!DyldInfoLoadCmd) in getDyldInfoExportsTrie()[all …]
819 const char *DyldInfoLoadCmd = nullptr; variable