Lines Matching refs:DysymtabLoadCmd
471 const char **DysymtabLoadCmd, in checkDysymtabCommand() argument
476 if (*DysymtabLoadCmd != nullptr) in checkDysymtabCommand()
597 *DysymtabLoadCmd = Load.Ptr; in checkDysymtabCommand()
1349 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd, in MachOObjectFile()
1641 if (DysymtabLoadCmd) { in MachOObjectFile()
1646 } else if (DysymtabLoadCmd) { in MachOObjectFile()
1650 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
2208 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in extrel_end() local
2212 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations in extrel_end()
2225 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in locrel_end() local
2229 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations in locrel_end()
4793 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in getRelocation() local
4795 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation()
4797 Offset = DysymtabLoadCmd.locreloff; // Offset to the local relocations in getRelocation()
4851 if (DysymtabLoadCmd) in getDysymtabLoadCommand()
4852 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()