Lines Matching defs:DysymtabLoadCmd
470 const char **DysymtabLoadCmd,
475 if (*DysymtabLoadCmd != nullptr)
596 *DysymtabLoadCmd = Load.Ptr;
1348 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd,
1640 if (DysymtabLoadCmd) {
1645 } else if (DysymtabLoadCmd) {
1649 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd);
2207 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand();
2211 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations
2224 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand();
2228 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations
4792 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand();
4794 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations
4796 Offset = DysymtabLoadCmd.locreloff; // Offset to the local relocations
4850 if (DysymtabLoadCmd)
4851 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd);
4853 // If there is no DysymtabLoadCmd return a load command with zero'ed fields.