Searched refs:DataInCodeLoadCmd (Results 1 – 2 of 2) sorted by relevance
1353 if ((Err = checkLinkeditDataCommand(*this, Load, I, &DataInCodeLoadCmd, in MachOObjectFile()2902 if (!DataInCodeLoadCmd) in begin_dices()2912 if (!DataInCodeLoadCmd) in end_dices()4881 if (DataInCodeLoadCmd) in getDataInCodeLoadCommand()4882 return getStruct<MachO::linkedit_data_command>(*this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()
869 const char *DataInCodeLoadCmd = nullptr; variable