Lines Matching refs:DysymtabLoadCmd
461 const char **DysymtabLoadCmd, in checkDysymtabCommand() argument
466 if (*DysymtabLoadCmd != nullptr) in checkDysymtabCommand()
587 *DysymtabLoadCmd = Load.Ptr; in checkDysymtabCommand()
1338 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd, in MachOObjectFile()
1620 if (DysymtabLoadCmd) { in MachOObjectFile()
1625 } else if (DysymtabLoadCmd) { in MachOObjectFile()
1629 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
2108 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in extrel_end() local
2112 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations in extrel_end()
2125 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in locrel_end() local
2129 Ret.d.b = DysymtabLoadCmd.nlocrel; // Index into the local relocations in locrel_end()
4437 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in getRelocation() local
4439 Offset = DysymtabLoadCmd.extreloff; // Offset to the external relocations in getRelocation()
4441 Offset = DysymtabLoadCmd.locreloff; // Offset to the local relocations in getRelocation()
4495 if (DysymtabLoadCmd) in getDysymtabLoadCommand()
4496 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()