Searched refs:linkedit_data_command (Results 1 – 6 of 6) sorted by relevance
169 void SwapStruct(MachO::linkedit_data_command &C) { in SwapStruct()1325 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in begin_dices()1335 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in end_dices()1484 MachO::linkedit_data_command1486 return getStruct<MachO::linkedit_data_command>(this, L.Ptr); in getLinkeditDataLoadCommand()1546 MachO::linkedit_data_command1549 return getStruct<MachO::linkedit_data_command>(this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()1552 MachO::linkedit_data_command Cmd; in getDataInCodeLoadCommand()1554 Cmd.cmdsize = sizeof(MachO::linkedit_data_command); in getDataInCodeLoadCommand()
174 MachO::linkedit_data_command194 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
263 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpLinkeditDataCommand()282 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpDataInCodeDataCommand()
374 Write32(sizeof(MachO::linkedit_data_command)); in WriteLinkeditLoadCommand()378 assert(OS.tell() - Start == sizeof(MachO::linkedit_data_command)); in WriteLinkeditLoadCommand()751 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()
177 MachO::linkedit_data_command LLC = in getSectionsAndSymbols()
714 struct linkedit_data_command { struct