Lines Matching refs:DysymtabLoadCmd
465 const char **DysymtabLoadCmd, in checkDysymtabCommand() argument
470 if (*DysymtabLoadCmd != nullptr) in checkDysymtabCommand()
591 *DysymtabLoadCmd = Load.Ptr; in checkDysymtabCommand()
1341 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd, in MachOObjectFile()
1628 if (DysymtabLoadCmd) { in MachOObjectFile()
1633 } else if (DysymtabLoadCmd) { in MachOObjectFile()
1637 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
2156 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in extrel_end() local
2160 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations in extrel_end()
2173 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in locrel_end() local
2177 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations in locrel_end()
4597 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in getRelocation() local
4599 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation()
4601 Offset = DysymtabLoadCmd.locreloff; // Offset to the local relocations in getRelocation()
4655 if (DysymtabLoadCmd) in getDysymtabLoadCommand()
4656 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()