Lines Matching refs:DysymtabLoadCmd
454 const char **DysymtabLoadCmd, in checkDysymtabCommand() argument
459 if (*DysymtabLoadCmd != nullptr) in checkDysymtabCommand()
577 *DysymtabLoadCmd = Load.Ptr; in checkDysymtabCommand()
1294 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd, in MachOObjectFile()
1573 if (DysymtabLoadCmd) { in MachOObjectFile()
1578 } else if (DysymtabLoadCmd) { in MachOObjectFile()
1582 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
2046 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in extrel_end() local
2050 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations in extrel_end()
2063 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in locrel_end() local
2067 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations in locrel_end()
4398 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in getRelocation() local
4400 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation()
4402 Offset = DysymtabLoadCmd.locreloff; // Offset to the local relocations in getRelocation()
4456 if (DysymtabLoadCmd) in getDysymtabLoadCommand()
4457 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()