Lines Matching refs:DysymtabLoadCmd
470 const char **DysymtabLoadCmd, in checkDysymtabCommand() argument
475 if (*DysymtabLoadCmd != nullptr) in checkDysymtabCommand()
596 *DysymtabLoadCmd = Load.Ptr; in checkDysymtabCommand()
1348 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd, in MachOObjectFile()
1640 if (DysymtabLoadCmd) { in MachOObjectFile()
1645 } else if (DysymtabLoadCmd) { in MachOObjectFile()
1649 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
2207 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in extrel_end() local
2211 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations in extrel_end()
2224 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in locrel_end() local
2228 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations in locrel_end()
4790 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in getRelocation() local
4792 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation()
4794 Offset = DysymtabLoadCmd.locreloff; // Offset to the local relocations in getRelocation()
4848 if (DysymtabLoadCmd) in getDysymtabLoadCommand()
4849 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()